Files
ionic-framework/tooling/generators/tabs/tabs.tmpl.html

4 lines
165 B
HTML

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