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

@@ -105,12 +105,12 @@ export default
},
buttons: {
cancel: {
ngClick: 'formCancel()'
},
save: {
ngClick: 'formSave()',
ngDisabled: true
},
cancel: {
ngClick: 'formCancel()'
}
},