Skip to content

Commit c514002

Browse files
committed
remove angular-ui-router require statement from index.js
resolves #84
1 parent 84e562c commit c514002

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 2.0.6
2+
3+
### Bug Fixes
4+
- <a href="https://github.com/base-apps/angular-base-apps/issues/84">#84</a>: Remove `angular-ui-router` from index.js
5+
6+
### Docs
7+
8+
https://base-apps.github.io/angular-base-apps/v2.0.6
9+
110
# Version 2.0.5
211

312
### Bug Fixes

docs/templates/changelog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,20 @@ <h4>Docs</h4>
5858
5959
<hr>
6060
-->
61+
<h3>Version 2.0.6</h3>
62+
63+
<h4>Bug Fixes</h4>
64+
65+
<ul>
66+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/84">#84</a>: Remove <code>angular-ui-router</code> from index.js
67+
</ul>
68+
69+
<h4>Docs</h4>
70+
71+
<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>
72+
73+
<hr>
74+
6175
<h3>Version 2.0.5</h3>
6276

6377
<h4>Bug Fixes</h4>

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ require('tether/tether');
44
require('hammerjs/hammer');
55
require('angular');
66
require('angular-animate');
7-
require('angular-ui-router');
87
require('./dist/js/base-apps');
98

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

0 commit comments

Comments
 (0)