Skip to content

Commit 2fc5d07

Browse files
trying with ionic 1.2.4 if may be workss
1 parent e45dd2c commit 2fc5d07

File tree

11 files changed

+36
-19
lines changed

11 files changed

+36
-19
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"ionic-ion-header-shrink": "*",
99
"ionic-scroll-sista": "^1.0.7"
1010
}
11-
}
11+
}

www/lib/ionic/css/ionic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2015 Drifty Co.
44
* http://drifty.com/
55
*
6-
* Ionic, v1.2.4
6+
* Ionic, v1.2.4-nightly-1917
77
* A powerful HTML5 mobile app framework.
88
* http://ionicframework.com/
99
*

www/lib/ionic/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/ionic/js/ionic-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2015 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.2.4
5+
* Ionic, v1.2.4-nightly-1917
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

www/lib/ionic/js/ionic-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/ionic/js/ionic.bundle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright 2015 Drifty Co.
1010
* http://drifty.com/
1111
*
12-
* Ionic, v1.2.4
12+
* Ionic, v1.2.4-nightly-1917
1313
* A powerful HTML5 mobile app framework.
1414
* http://ionicframework.com/
1515
*
@@ -25,7 +25,7 @@
2525
// build processes may have already created an ionic obj
2626
window.ionic = window.ionic || {};
2727
window.ionic.views = {};
28-
window.ionic.version = '1.2.4';
28+
window.ionic.version = '1.2.4-nightly-1917';
2929

3030
(function (ionic) {
3131

@@ -50344,7 +50344,7 @@ angular.module('ui.router.state')
5034450344
* Copyright 2015 Drifty Co.
5034550345
* http://drifty.com/
5034650346
*
50347-
* Ionic, v1.2.4
50347+
* Ionic, v1.2.4-nightly-1917
5034850348
* A powerful HTML5 mobile app framework.
5034950349
* http://ionicframework.com/
5035050350
*

www/lib/ionic/js/ionic.bundle.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/ionic/js/ionic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2015 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.2.4
5+
* Ionic, v1.2.4-nightly-1917
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -18,7 +18,7 @@
1818
// build processes may have already created an ionic obj
1919
window.ionic = window.ionic || {};
2020
window.ionic.views = {};
21-
window.ionic.version = '1.2.4';
21+
window.ionic.version = '1.2.4-nightly-1917';
2222

2323
(function (ionic) {
2424

www/lib/ionic/js/ionic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/ionic/scss/tsconfig.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "1.5.0-alpha",
3+
"compilerOptions": {
4+
"target": "es5",
5+
"module": "commonjs",
6+
"declaration": false,
7+
"noImplicitAny": false,
8+
"removeComments": true,
9+
"noLib": false,
10+
"preserveConstEnums": true,
11+
"suppressImplicitAnyIndexErrors": true
12+
},
13+
"filesGlob": [
14+
"./**/*.ts",
15+
"!./node_modules/**/*.ts"
16+
],
17+
"files": []
18+
}

0 commit comments

Comments
 (0)