ncarb-angular-common
v1.16.2
Published
Common angular services and directives
Downloads
7
Readme
packaged ncarb-angular-common
This repo is for distribution on bower
.
Install
bower install ncarb-angular-common --save
Then add ncarb.services and/or ncarb.directives
as a dependency for your app:
angular.module('myApp', ['ncarb.services','ncarb.directives']);
Add a <script>
reference to your index.html
(otherwise let grunt wiredep handle it):
<script src="/bower_components/ncarb-angular-common/servicesModule.js"></script>
Docs
npm install -g [email protected]