File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"angular" : " ^1.5.0-beta.0" ,
12
- "angular-bootstrap" : " ^0.12.0" ,
13
12
"angular-mocks" : " ^1.4.0" ,
13
+ "angular-ui-bootstrap" : " ^0.14.3" ,
14
14
"angular-ui-router" : " ^0.2.15" ,
15
15
"babel" : " ^5.0.12" ,
16
16
"bluebird" : " ^2.9.34" ,
Original file line number Diff line number Diff line change 8
8
< script src ="/lodash/index.js "> </ script >
9
9
< script src ="/angular/angular.js "> </ script >
10
10
< script src ="/angular-ui-router/release/angular-ui-router.js "> </ script >
11
- < script src ="/angular-bootstrap/ui-bootstrap.js "> </ script >
12
- < script src ="/angular-bootstrap/ui-bootstrap-tpls.js "> </ script >
11
+ < script src ="/angular-ui- bootstrap/ui-bootstrap.js "> </ script >
12
+ < script src ="/angular-ui- bootstrap/ui-bootstrap-tpls.js "> </ script >
13
13
< script src ="/socket.io-client/socket.io.js "> </ script >
14
14
< script src ="/main.js "> </ script >
15
15
</ head >
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ module.exports = function (config) {
6
6
'node_modules/lodash/index.js' ,
7
7
'node_modules/angular/angular.js' ,
8
8
'node_modules/angular-ui-router/release/angular-ui-router.js' ,
9
- 'node_modules/angular-bootstrap/dist/ui-bootstrap.js' ,
9
+ 'node_modules/angular-ui-bootstrap/ui-bootstrap.js' ,
10
+ 'node_modules/angular-ui-bootstrap/ui-bootstrap-tpls.js' ,
10
11
'node_modules/socket.io-client/socket.io.js' ,
11
12
'public/main.js' ,
12
13
'node_modules/sinon/pkg/sinon.js' ,
@@ -42,4 +43,4 @@ module.exports = function (config) {
42
43
43
44
config . set ( configObj ) ;
44
45
45
- } ;
46
+ } ;
You can’t perform that action at this time.
0 commit comments