Skip to content

Commit

Permalink
remove angular-ui-router require statement from index.js
Browse files Browse the repository at this point in the history
resolves #84
  • Loading branch information
soumak77 committed Oct 14, 2016
1 parent 84e562c commit c514002
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 2.0.6

### Bug Fixes
- <a href="https://github.com/base-apps/angular-base-apps/issues/84">#84</a>: Remove `angular-ui-router` from index.js

### Docs

https://base-apps.github.io/angular-base-apps/v2.0.6

# Version 2.0.5

### Bug Fixes
Expand Down
14 changes: 14 additions & 0 deletions docs/templates/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@ <h4>Docs</h4>
<hr>
-->
<h3>Version 2.0.6</h3>

<h4>Bug Fixes</h4>

<ul>
<li><a href="https://github.com/base-apps/angular-base-apps/issues/84">#84</a>: Remove <code>angular-ui-router</code> from index.js
</ul>

<h4>Docs</h4>

<a href="https://base-apps.github.io/angular-base-apps/v2.0.6">https://base-apps.github.io/angular-base-apps/v2.0.6</a>

<hr>

<h3>Version 2.0.5</h3>

<h4>Bug Fixes</h4>
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require('tether/tether');
require('hammerjs/hammer');
require('angular');
require('angular-animate');
require('angular-ui-router');
require('./dist/js/base-apps');

module.exports = 'angular-base-apps';

0 comments on commit c514002

Please sign in to comment.