Skip to content

Commit

Permalink
Bump bower deps + account for ngRoute being a plugin in Angular > 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed Jan 18, 2015
1 parent bf6b978 commit d19d54a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
4 changes: 1 addition & 3 deletions Rainy.UI/app_admin/js/admin/app_admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ var app = angular.module('myApp', [
'myApp.filters',
'myApp.services',
'myApp.directives',

// anguar-strap.js
'$strap.directives'
'ngRoute'
])
.config(['$routeProvider',
function($routeProvider) {
Expand Down
4 changes: 1 addition & 3 deletions Rainy.UI/app_admin/js/client/app_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ var app = angular.module('clientApp', [
'clientApp.filters',
'clientApp.services',
'clientApp.directives',

// anguar-strap.js
'$strap.directives'
'ngRoute'
])
.config(['$routeProvider',
function($routeProvider) {
Expand Down
17 changes: 6 additions & 11 deletions Rainy.UI/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
"name": "Rainy-UI",
"version": "0.0.1",
"devDependencies": {
"jquery": "~2.0.3",
"angular-strap": "~0.7.5",
"angular": "~1.0.7",
"bootstrap.zip": "http://getbootstrap.com/2.3.2/assets/bootstrap.zip",
"bootswatch-united": "http://netdna.bootstrapcdn.com/bootswatch/2.3.2/united/bootstrap.min.css",
"underscore": "~1.5.1",
"bootstrap-switch": "*",
"bower": "*"
},
"dependencies": {
"jquery": "~2.0.3",
"underscore": "~1.5.1",
"noty": "~2.1.0",
"wysihtml5": "~0.3.0",
"bootstrap-wysihtml5": "*"
},
"resolutions": {
"bootstrap": ">=2.0.4 <3.0"
"bootstrap-wysihtml5": "*",
"bootstrap": "~3.3.1",
"angular": "~1.3.9",
"angular-route": "~1.3.9"
}
}

0 comments on commit d19d54a

Please sign in to comment.