1.16.2 • Published 2 years ago

ncarb-angular-common v1.16.2

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

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 conventional-changelog@1.1.0