Skip to content

Commit e994870

Browse files
committed
change repo for angular bower component. fixes cgross#4
1 parent 9e1542e commit e994870

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function (grunt) {
4949
},
5050
jasmine: {
5151
unit: {
52-
src: ['./bower_components/jquery/jquery.js','./bower_components/angular-unstable/angular.min.js','./bower_components/angular-animate/angular-animate.js','./lib/angular-mocks.js','./bower_components/angular-promise-tracker/promise-tracker.js','./dist/angular-busy.js','./demo/demo.js'],
52+
src: ['./bower_components/jquery/jquery.js','./bower_components/angular/angular.js','./bower_components/angular-animate/angular-animate.js','./lib/angular-mocks.js','./bower_components/angular-promise-tracker/promise-tracker.js','./dist/angular-busy.js','./demo/demo.js'],
5353
options: {
5454
specs: 'test/*.js'
5555
}

bower.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dist/angular-busy.css"
77
],
88
"dependencies": {
9-
"angular-unstable": "1.2.0rc1",
9+
"angular": "~1.2.0-rc.1",
1010
"angular-promise-tracker": "~1.3.3",
1111
"angular-animate": "*"
1212
},
@@ -29,7 +29,6 @@
2929
"jquery": "~2.0.2"
3030
},
3131
"resolutions": {
32-
"angular-unstable": "1.2.0rc1",
33-
"angular": "1.2.0rc1"
32+
"angular": "~1.2.0-rc.1"
3433
}
3534
}

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</div>
151151

152152

153-
<script src="../bower_components/angular-unstable/angular.js"></script>
153+
<script src="../bower_components/angular/angular.js"></script>
154154
<script src="../bower_components/angular-animate/angular-animate.js"></script>
155155
<script src="../bower_components/angular-promise-tracker/promise-tracker.js"></script>
156156
<script src="../dist/angular-busy.js"></script>

0 commit comments

Comments
 (0)