Files
ionic-framework/tooling/generators/page/page.tmpl.html
2016-01-07 19:04:00 -06:00

13 lines
315 B
HTML

<!--
Generated template for the <%= jsClassName %> page.
See http://ionicframework.com/docs/v2/components/#navigation for more info on
Ionic pages and navigation.
-->
<ion-navbar *navbar>
<ion-title><%= jsClassName %></ion-title>
</ion-navbar>
<ion-content padding class="<%= fileName %>">
</ion-content>