mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
6 lines
171 B
HTML
6 lines
171 B
HTML
<ion-tabs>
|
|
<% _.forEach(tabs, function(tab, i) { %>
|
|
<ion-tab [root]="tab<%= ++i %>Root" tabTitle="<%= tab.name %>" tabIcon="star"></ion-tab>
|
|
<% }); %>
|
|
</ion-tabs>
|