mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-19 22:41:49 -05:00
Confirm/proceed action on right, cancel on left
This commit is contained in:
@@ -406,13 +406,13 @@ export default
|
||||
},
|
||||
|
||||
buttons: {
|
||||
cancel: {
|
||||
ngClick: 'formCancel()',
|
||||
},
|
||||
save: {
|
||||
label: 'Save',
|
||||
ngClick: 'formSave()', //$scope.function to call on click, optional
|
||||
ngDisabled: true //Disable when $pristine or $invalid, optional
|
||||
},
|
||||
cancel: {
|
||||
ngClick: 'formCancel()',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user