Do you want to see directives in action? Visit demo shop demo!
This repository contains a set of native AngularJS directives based on Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:
- Angular (1.4.x or higher)
- Bootstrap CSS 3 (3.x.)
- UI Bootstrap (2.x.)
When you are done downloading all the dependencies and project files the only remaining part is to add dependencies on the mx.checkout
AngularJS module:
angular.module('myModule', ['mx.checkout']);