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

@@ -87,7 +87,7 @@ angular.module('CredentialFormDefinition', [])
label: 'Type',
excludeModal: true,
type: 'select',
ngOptions: 'kind.label for kind in credential_kind_options',
ngOptions: 'kind.label for kind in credential_kind_options track by kind.value', // select as label for value in array 'kind.label for kind in credential_kind_options',
ngChange: 'kindChange()',
addRequired: true,
editRequired: true,