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

6 lines
173 B
HTML

<ion-tabs>
<% _.forEach(tabs, function(tab, i) { %>
<ion-tab [root]="tab<%= ++i %>Root" tab-title="<%= tab.name %>" tab-icon="star"></ion-tab>
<% }); %>
</ion-tabs>