mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
10 lines
303 B
HTML
10 lines
303 B
HTML
<button class="btn btn-default at-Button at-ToggleButton"
|
|
ng-class="{ 'at-ToggleButton--show': config.show }"
|
|
ng-click="config.show = !config.show">
|
|
<span ng-if="config.button">
|
|
{{ config.button.text }}
|
|
</span>
|
|
|
|
<ng-transclude ng-if="!config.button"></ng-transclude>
|
|
</button>
|