File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ <h1 class="title">Title</h1>
118
118
} )
119
119
120
120
. controller ( 'TestCtrl' , function ( $scope , $timeout ) {
121
- console . log ( 'CONSTRUCT' ) ;
121
+ console . log ( 'CONSTRUCT' , ionic . Platform . isIOS ( ) ) ;
122
122
$timeout ( function ( ) {
123
123
} ) ;
124
124
} )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h1 class="title">Tasks</h1>
70
70
</ ion-content >
71
71
</ ion-tab >
72
72
73
- < ion-tab title ="Deadlines " icon-on ="icon ion-ios7- clock " icon-off ="icon ion-ios7 -clock-outline " badge-style ="badge-light " badge ="unreadDeadlines ">
73
+ < ion-tab title ="Deadlines " icon-on ="icon ion-clock " icon-off ="icon ion-clock-outline " badge-style ="badge-light " badge ="unreadDeadlines ">
74
74
< header class ="bar bar-header bar-positive ">
75
75
< h1 class ="title "> Deadlines</ h1 >
76
76
</ header >
@@ -79,7 +79,7 @@ <h1>Deadlines</h1>
79
79
</ ion-content >
80
80
</ ion-tab >
81
81
82
- < ion-tab title ="Settings " icon-on ="icon ion-ios7- gear " icon-off ="icon ion-ios7 -gear-outline ">
82
+ < ion-tab title ="Settings " icon-on ="icon ion-gear " icon-off ="icon ion-gear-outline ">
83
83
< header class ="bar bar-header bar-positive ">
84
84
< h1 class ="title "> Settings</ h1 >
85
85
</ header >
@@ -88,7 +88,7 @@ <h1>Settings</h1>
88
88
</ ion-content >
89
89
</ ion-tab >
90
90
91
- < ion-tab title ="Settings " icon-on ="icon ion-ios7- gear " icon-off ="icon ion-ios7 -gear-outline ">
91
+ < ion-tab title ="Settings " icon-on ="icon ion-gear " icon-off ="icon ion-gear-outline ">
92
92
< header class ="bar bar-header bar-positive ">
93
93
< h1 class ="title "> Settings</ h1 >
94
94
</ header >
You can’t perform that action at this time.
0 commit comments