mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 08:43:36 -05:00
6 lines
181 B
HTML
6 lines
181 B
HTML
<button class="btn at-Button{{ fill }}--{{ color }}"
|
|
ng-disabled="form.disabled || (type === 'save' && !form.isValid)"
|
|
ng-click="action()">
|
|
{{::text}}
|
|
</button>
|