survey maker for going from add/edit job template to add/edit survey maker

This commit is contained in:
Jared Tabor
2014-09-17 15:47:20 -04:00
parent b505e7ae41
commit 9520970817
4 changed files with 384 additions and 78 deletions

View File

@@ -69,7 +69,7 @@ angular.module('SurveyQuestionFormDefinition', [])
realName: 'answer_type',
label: 'Answer Type',
type: 'select',
ngOptions: 'answer_types.name for answer_types in answer_types',
ngOptions: 'answer_types.name for answer_types in answer_types track by answer_types.type',
addRequired: true,
editRequired: true,
column: 1