File tree Expand file tree Collapse file tree 3 files changed +39
-28
lines changed Expand file tree Collapse file tree 3 files changed +39
-28
lines changed Original file line number Diff line number Diff line change 1
1
# Demo of Ionic v1 with AngularJS 1.5
2
2
3
3
This project demonstrates an updated [ Ionic v1] ( https://ionicframework.com/docs/v1/ ) project that uses the
4
- latest [ XLTS for AngularJS 1.5.x] ( https://xlts.dev/angularjs ) release (` 1.5.17 ` ) rather than the ` 1.5.3 ` End-Of-Life version
4
+ latest [ XLTS for AngularJS 1.5.x] ( https://xlts.dev/angularjs ) release (` 1.5.18 ` ) rather than the ` 1.5.3 ` End-Of-Life version
5
5
that ships with the Ionic v1 SDK. It also makes use of
6
6
[ XLTS for AngularJS Material 1.1.x] ( https://material.angularjs.xlts.dev/1.1.30/ ) (` 1.1.30 ` ).
7
7
Original file line number Diff line number Diff line change 34
34
"sass" : " ^1.58.0"
35
35
},
36
36
"dependencies" : {
37
- "angular" : " npm:@xlts.dev/angular-1.5.x@1.5.17 " ,
38
- "angular-animate" : " npm:@xlts.dev/angular-animate-1.5.x@1.5.17 " ,
39
- "angular-aria" : " npm:@xlts.dev/angular-aria-1.5.x@1.5.17 " ,
37
+ "angular" : " npm:@xlts.dev/angular-1.5.x@1.5.18 " ,
38
+ "angular-animate" : " npm:@xlts.dev/angular-animate-1.5.x@1.5.18 " ,
39
+ "angular-aria" : " npm:@xlts.dev/angular-aria-1.5.x@1.5.18 " ,
40
40
"angular-material" : " npm:@xlts.dev/angular-material-1.1.x@1.1.30" ,
41
- "angular-messages" : " npm:@xlts.dev/angular-messages-1.5.x@1.5.17 " ,
42
- "angular-sanitize" : " npm:@xlts.dev/angular-sanitize-1.5.x@1.5.17 " ,
41
+ "angular-messages" : " npm:@xlts.dev/angular-messages-1.5.x@1.5.18 " ,
42
+ "angular-sanitize" : " npm:@xlts.dev/angular-sanitize-1.5.x@1.5.18 " ,
43
43
"angular-ui-router" : " 0.2.13" ,
44
44
"ionic-sdk" : " 1.3.2"
45
45
},
You can’t perform that action at this time.
0 commit comments