In order to install the directives you must include the file jui.js located on the build directory on your project. You will have to make a reference to the module on your application module like the following:
angular.module('myApp', ['jui']);
- Draggable
- Button / ButtonSet
- ProgressBar
- Droppable
- Resizable
The module can be found in the Directives folder.
We're currently using Yeoman, instructions to install it can be found on the website.
To run tests, use the Yeoman's test task.
yeoman test
We're curretly testing over GoogleChrome and PhantomJS.