UNPKG

388 BHTMLView Raw
1<div class="tabbar" ng-show="componentDefinition.active">
2
3 <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>
4
5
6</div>
\No newline at end of file