mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-30 20:53:41 -05:00
8 lines
326 B
HTML
8 lines
326 B
HTML
<button class="btn at-ButtonHollow--default at-Tab"
|
|
ng-attr-disabled="{{ state._disabled || undefined }}"
|
|
ng-class="{ 'at-Tab--active': state._active, 'at-Tab--disabled': state._disabled }"
|
|
ng-hide="{{ state._hide }}"
|
|
ng-click="vm.handleClick();">
|
|
<ng-transclude></ng-transclude>
|
|
</button>
|