Skip to content

Commit bfc6bbc

Browse files
committed
make ng-route install optionally
1 parent dc16895 commit bfc6bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/_bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"bootstrap": "~3.1.1",
1111
"angular-resource": ">=1.2.*",
1212
"angular-cookies": ">=1.2.*",
13-
"angular-sanitize": ">=1.2.*",
14-
"angular-route": ">=1.2.*",
13+
"angular-sanitize": ">=1.2.*",<% if(filters.ngroute) { %>
14+
"angular-route": ">=1.2.*",<% } %>
1515
"angular-bootstrap": "~0.11.0",
1616
"font-awesome": ">=4.1.0",
1717
"lodash": "~2.4.1"<% if(filters.socketio) { %>,

0 commit comments

Comments
 (0)