chondric
Version:
ChondricJS App Framework
6 lines (3 loc) • 388 B
HTML
<div class="tabbar" ng-show="componentDefinition.active">
<button ng-repeat="tab in componentDefinition.data.buttons track by tab.value" ng-tap="setTab(tab.value)" ng-class="{selected: tab.value == componentDefinition.selectedTab}" class="icon-top icon-custom"><div class="maskedicon" ng-style="{'-webkit-mask-image': 'url('+tab.icon+')'}"></div> {{tab.title}}</button>
</div>