fixed job template for changes to survey maker

This commit is contained in:
Jared Tabor
2014-10-03 20:01:51 -04:00
parent 752f2d8013
commit 3b0e3bd9d5
3 changed files with 133 additions and 238 deletions

View File

@@ -259,8 +259,8 @@ angular.module('JobTemplateFormDefinition', ['SchedulesListDefinition', 'Complet
type: 'checkbox',
addRequired: false,
editRequird: false,
trueValue: 'true',
falseValue: 'false',
// trueValue: true,
// falseValue: false,
ngChange: "surveyEnabled()",
column: 2,
awPopOver: "<p>If checked, user will be prompted at job launch with a series of questions related to the job.</p>",