Skip to content

Commit 63f8529

Browse files
author
Joe Alves
committed
Bootstrap package changed because the people publishing angular bootstrap are sadistic
1 parent 73909ee commit 63f8529

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"angular": "^1.5.0-beta.0",
12-
"angular-bootstrap": "^0.12.0",
1312
"angular-mocks": "^1.4.0",
13+
"angular-ui-bootstrap": "^0.14.3",
1414
"angular-ui-router": "^0.2.15",
1515
"babel": "^5.0.12",
1616
"bluebird": "^2.9.34",

generated/server/app/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<script src="/lodash/index.js"></script>
99
<script src="/angular/angular.js"></script>
1010
<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>
1313
<script src="/socket.io-client/socket.io.js"></script>
1414
<script src="/main.js"></script>
1515
</head>

generated/tests/browser/karma.conf.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = function (config) {
66
'node_modules/lodash/index.js',
77
'node_modules/angular/angular.js',
88
'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',
1011
'node_modules/socket.io-client/socket.io.js',
1112
'public/main.js',
1213
'node_modules/sinon/pkg/sinon.js',
@@ -42,4 +43,4 @@ module.exports = function (config) {
4243

4344
config.set(configObj);
4445

45-
};
46+
};

0 commit comments

Comments
 (0)