pip-webui
Version:
HTML5 UI for LOB applications
8 lines • 614 B
HTML
<md-content class="md-subhead md-hue-1 {{class}}" ng-if="show()" ng-class="{'md-whiteframe-3dp': $mdMedia('xs')}">
<div class="pip-divider position-top m0"></div>
<md-select ng-model="selectedIndex" ng-disabled="disabled()" md-container-class="pip-full-width-dropdown" aria-label="DROPDOWN" md-ink-ripple md-on-close="onSelect(selectedIndex)">
<md-option ng-repeat="action in actions" value="{{ ::$index }}" ng-selected="activeIndex == $index ? true : false">
{{ (action.title || action.name) | translate }}
</md-option>
</md-select>
</md-content>