awx/awx/ui/client/lib/components/form/action.partial.html
2019-04-02 11:20:33 -04:00

8 lines
263 B
HTML

<button class="btn at-Button{{ fill }}--{{ color }}"
ng-disabled="type !== 'cancel' && (form.disabled
|| (type === 'save' && !form.isValid))
|| (type === 'secondary' && !form.isValid)"
ng-click="action()">
{{::text}}
</button>