mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
14 lines
311 B
HTML
14 lines
311 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><%= name %></ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding class="<%= fileName %>">
|
|
|
|
</ion-content>
|