UNPKG

250 BHTMLView Raw
1<div cjs-popover="componentDefinition.popuptrigger">
2 <div class="poparrow" ng-if="componentDefinition.active"></div>
3 <button ng-repeat="b in componentDefinition.data.items" ng-tap="handleSharedPopupButtonClick(b)">{{b.title}}</button>
4</div>