mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
4 lines
165 B
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>
|