##Demo / Download http://thetrevdev.github.io/input-directives/
- AngularJS v1.0.0+ is currently required.
Add the specific modules to your dependencies, or add the entire lib by depending on id.directives
angular.module('myApp', ['id.currency', ...])
// or if ALL modules are loaded along with modules/input-directives.js
angular.module('myApp', ['id.input-directives'])
Each directive and filter is now it's own module and will have a relevant README.md in their respective folders
-
Install Node.js and NPM (should come with)
-
Install global dependencies
grunt-cli
,bower
, andkarma
:$ npm install -g karma grunt-cli bower
-
Install local dependencies:
$ npm install $ bower install
-
Grunt
$ grunt