/angular-directives

A collections of angularjs directives

Primary LanguageApacheConfApache License 2.0Apache-2.0

angular-directives

A collections of angularjs directives. This project assumes that you have installed nodejs, bower and grunt. See http://yeoman.io/

Usage for d3 directives

Clone the project and and cd into d3 directory. Install bower and npm dependencies:

cd d3
npm install && bower install

Run grunt for building and grunt serve for preview:

grunt serve