File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Or use this CDN link (thanks to [cdnjs.com](http://cdnjs.com)):
21
21
<script src =" //cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.4.0/angular-route-segment.min.js" ></script >
22
22
```
23
23
24
- Tested with AngularJS 1.2.21, 1.3.14 , and 1.4.0-beta.5 .
24
+ Tested with AngularJS 1.2.21, 1.3.16 , and 1.4.0.
25
25
26
26
Overview
27
27
--------
Original file line number Diff line number Diff line change 39
39
</ div >
40
40
41
41
42
- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular.js "> </ script >
43
- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular-route.js "> </ script >
44
- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular-animate.js "> </ script >
42
+ < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0 /angular.js "> </ script >
43
+ < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0 /angular-route.js "> </ script >
44
+ < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0 /angular-animate.js "> </ script >
45
45
< script src ="../build/angular-route-segment.js "> </ script >
46
46
< script src ="app.js "> </ script >
47
47
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ module.exports = function(config) {
8
8
files : [
9
9
'test/lib/jquery.min.js' ,
10
10
'test/lib/helpers.js' ,
11
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular.js' ,
12
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular-route.js' ,
13
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular-animate.js' ,
14
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular-mocks.js' ,
11
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16 /angular.js' ,
12
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16 /angular-route.js' ,
13
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16 /angular-animate.js' ,
14
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.16 /angular-mocks.js' ,
15
15
'src/**/*.js' ,
16
16
'test/unit/**/*.js'
17
17
] ,
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ module.exports = function(config) {
8
8
files : [
9
9
'test/lib/jquery.min.js' ,
10
10
'test/lib/helpers.js' ,
11
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0-beta.5 /angular.js' ,
12
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0-beta.5 /angular-route.js' ,
13
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0-beta.5 /angular-animate.js' ,
14
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0-beta.5 /angular-mocks.js' ,
11
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js' ,
12
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular-route.js' ,
13
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular-animate.js' ,
14
+ 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular-mocks.js' ,
15
15
'src/**/*.js' ,
16
16
'test/unit/**/*.js'
17
17
] ,
You can’t perform that action at this time.
0 commit comments