dimanche 29 mars 2015

why text is not display in in html using framework?

I am trying to make single page application using ionic .But why I am not able to see contend in tag.my contend text is hidden why ?


code http://ift.tt/1bG9RFe



<ion-view>
<ion-header-bar class=" bar bar-positive">
<h1 class="title">Title!</h1>

</ion-header-bar>
<ion-content>
<h1>contend</h1>
</ion-content>
<ion-footer-bar class=" bar bar-footer bar-positive">
<h1 class="title">Fotter!</h1>
</ion-footer-bar>
</ion-view>

Aucun commentaire:

Enregistrer un commentaire