Skip to content

Commit 1910fec

Browse files
upgrade to ionic-angular 2.0.1
1 parent 0db3981 commit 1910fec

File tree

4 files changed

+404
-208
lines changed

4 files changed

+404
-208
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:before": "build",
1313
"run:before": "build"
1414
},
15-
"dependencies": {
15+
"dependencies": {
1616
"@angular/common": "2.2.1",
1717
"@angular/compiler": "2.2.1",
1818
"@angular/compiler-cli": "2.2.1",
@@ -23,12 +23,12 @@
2323
"@angular/platform-browser-dynamic": "2.2.1",
2424
"@angular/platform-server": "2.2.1",
2525
"@ionic/storage": "1.1.7",
26-
"ionic-angular": "2.0.0",
26+
"ionic-angular": "2.0.1",
2727
"ionic-native": "2.4.1",
2828
"ionicons": "3.0.0",
2929
"rxjs": "5.0.0-beta.12",
30-
"zone.js": "0.6.26",
31-
"sw-toolbox": "3.4.0"
30+
"sw-toolbox": "3.4.0",
31+
"zone.js": "0.6.26"
3232
},
3333
"devDependencies": {
3434
"@ionic/app-scripts": "1.0.0",

www/build/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8198,6 +8198,7 @@ ion-chip ion-icon {
81988198
border-radius: 50%;
81998199
font-size: 18px;
82008200
line-height: 32px;
8201+
text-align: center;
82018202
}
82028203

82038204
ion-chip ion-avatar {
@@ -9708,7 +9709,7 @@ input.text-input:-webkit-autofill {
97089709
height: 100%;
97099710
}
97109711

9711-
ion-input[disabled] .input-cover {
9712+
.input[disabled] .input-cover {
97129713
pointer-events: none;
97139714
}
97149715

0 commit comments

Comments
 (0)