This repo is for distribution on bower
.
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>
npm install -g conventional-changelog@1.1.0