Confirm/proceed action on right, cancel on left

This commit is contained in:
Ken Hoes
2016-05-18 15:28:03 -04:00
parent b1725491c5
commit 6ca8b37614
20 changed files with 98 additions and 93 deletions

View File

@@ -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()',
}
},