changed the values for some forms thats have select drop down input fields

This commit is contained in:
Jared Tabor
2014-09-16 12:34:04 -04:00
parent 6fd86b881f
commit b505e7ae41
7 changed files with 32 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ angular.module('SourceFormDefinition', [])
source: {
label: 'Source',
type: 'select',
ngOptions: 'source.label for source in source_type_options',
ngOptions: 'source.label for source in source_type_options track by source.value',
ngChange: 'sourceChange()',
addRequired: false,
editRequired: false