6
6
< link href ="../../dist/css/ionic.css " rel ="stylesheet ">
7
7
< script src ="../../dist/js/ionic.bundle.js "> </ script >
8
8
< script >
9
- angular . module ( 'ionicApp' , [ 'ionic' ] )
9
+ angular . module ( 'ionicApp' , [ 'ionic' ] ) ;
10
10
</ script >
11
11
</ head >
12
- < body class =" ionic-pseudo " ng-app ="ionicApp ">
12
+ < body ng-app ="ionicApp ">
13
13
14
14
< header class ="bar bar-header bar-dark ">
15
15
< h1 class ="title "> Text Inputs</ h1 >
16
16
</ header >
17
17
18
- < ion-content has-header =" true ">
18
+ < ion-content class =" has-header ">
19
19
20
20
< h3 > Default Text Input, Not Inset, No Content Padding</ h3 >
21
21
< div class ="list ">
@@ -239,7 +239,7 @@ <h3>Default Text Input, list-inset, No Parent Content Padding</h3>
239
239
< h3 > Stacked Label On Top Of Text Input, No Parent Content Padding</ h3 >
240
240
< div class ="list ">
241
241
< label class ="item item-input item-stacked-label ">
242
- < i class ="icon ion-email "> </ i >
242
+ < i class ="icon ion-email "> </ i >
243
243
< span class ="input-label "> Email</ span >
244
244
< input type ="
text "
placeholder ="
[email protected] "
>
245
245
</ label >
@@ -250,7 +250,7 @@ <h3>Stacked Label On Top Of Text Input, No Parent Content Padding</h3>
250
250
< h3 > Stacked Label On Top Of Text Input, With Parent Content Padding</ h3 >
251
251
< div class ="list ">
252
252
< label class ="item item-input item-stacked-label ">
253
- < i class ="icon ion-cloud "> </ i >
253
+ < i class ="icon ion-cloud "> </ i >
254
254
< span class ="input-label "> SaaS</ span >
255
255
< input type ="text " placeholder ="Codiqa ">
256
256
</ label >
@@ -259,7 +259,7 @@ <h3>Stacked Label On Top Of Text Input, With Parent Content Padding</h3>
259
259
< h3 > Stacked Label On Top Of Text Input, list-inset, With Parent Content Padding</ h3 >
260
260
< div class ="list list-inset ">
261
261
< label class ="item item-input item-stacked-label ">
262
- < i class ="icon ion-headphone "> </ i >
262
+ < i class ="icon ion-headphone "> </ i >
263
263
< span class ="input-label "> Favorite Music</ span >
264
264
< input type ="text " placeholder ="Bee Gees ">
265
265
</ label >
0 commit comments