Skip to content

Commit ab14bae

Browse files
committed
features(app): upgrade to AngularJS 1.2.6
1 parent 130426c commit ab14bae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/common/_bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "<%= _.slugify(_.humanize(appname)) %>",
33
"version": "0.0.0",
44
"dependencies": {
5-
"angular": "1.2.5",
5+
"angular": "1.2.6",
66
"json3": "~3.2.6",
77
"es5-shim": "~2.1.0"<% if (bootstrap) { %>,
88
"jquery": "~1.10.2"<% if (compassBootstrap) { %>,
99
"sass-bootstrap": "~3.0.2"<% } else { %>,
1010
"bootstrap": "~3.0.3"<% } } %><% if (resourceModule) { %>,
11-
"angular-resource": "1.2.5"<% } %><% if (cookiesModule) { %>,
12-
"angular-cookies": "1.2.5"<% } %><% if (sanitizeModule) { %>,
13-
"angular-sanitize": "1.2.5"<% } %><% if (routeModule) { %>,
14-
"angular-route": "1.2.5"<% } %>
11+
"angular-resource": "1.2.6"<% } %><% if (cookiesModule) { %>,
12+
"angular-cookies": "1.2.6"<% } %><% if (sanitizeModule) { %>,
13+
"angular-sanitize": "1.2.6"<% } %><% if (routeModule) { %>,
14+
"angular-route": "1.2.6"<% } %>
1515
},
1616
"devDependencies": {
17-
"angular-mocks": "1.2.5",
18-
"angular-scenario": "1.2.5"
17+
"angular-mocks": "1.2.6",
18+
"angular-scenario": "1.2.6"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)