/input-directives

Primary LanguageJavaScriptMIT LicenseMIT

Input Directives - WIP


Build Status

##Demo / Download http://thetrevdev.github.io/input-directives/

Usage

Requirements

  • AngularJS v1.0.0+ is currently required.

Installation

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

Development

Requirements

  1. Install Node.js and NPM (should come with)

  2. Install global dependencies grunt-cli, bower, and karma:

    $ npm install -g karma grunt-cli bower
  3. Install local dependencies:

    $ npm install
    $ bower install
  4. Grunt

    $ grunt