adding cancel button for survey question form

cancel button closes the survey question form and returns the modal into its previous state
This commit is contained in:
Jared Tabor
2014-10-10 14:46:53 -04:00
parent 7dd2612268
commit 995bf8c58f
2 changed files with 15 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ angular.module('SurveyQuestionFormDefinition', [])
question_cancel : {
label: 'Cancel',
'class' : 'btn btn-default',
ngClick: 'cancelQuestion()'
ngClick: 'cancelQuestion($event)'
},
submit_question: {
ngClick: 'submitQuestion()',