Skip to content

Commit

Permalink
feat(deps): upgrade AngularJS version
Browse files Browse the repository at this point in the history
Upgrade AngularJS to the latest stable version
  • Loading branch information
eddiemonge committed Mar 27, 2014
1 parent 953a93b commit 6c54096
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "<%= _.slugify(_.humanize(appname)) %>",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.14",
"angular": "1.2.15",
"json3": "~3.2.6",
"es5-shim": "~2.1.0"<% if (bootstrap) { %>,
"jquery": "~1.11.0"<% if (compassBootstrap) { %>,
"bootstrap-sass-official": "~3.1.0"<% } else { %>,
"bootstrap": "~3.0.3"<% } } %><% if (resourceModule) { %>,
"angular-resource": "1.2.14"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "1.2.14"<% } %><% if (sanitizeModule) { %>,
"angular-sanitize": "1.2.14"<% } %><% if (routeModule) { %>,
"angular-route": "1.2.14"<% } %>
"angular-resource": "1.2.15"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "1.2.15"<% } %><% if (sanitizeModule) { %>,
"angular-sanitize": "1.2.15"<% } %><% if (routeModule) { %>,
"angular-route": "1.2.15"<% } %>
},
"devDependencies": {
"angular-mocks": "1.2.14",
"angular-scenario": "1.2.14"
"angular-mocks": "1.2.15",
"angular-scenario": "1.2.15"
}
}

0 comments on commit 6c54096

Please sign in to comment.