I am trying to make simple application from this like https://github.com/nimbly/angular-formly I am able to generate the form from json.my problem is that I am not able to display option of drop down.As I I read the document .but I don't know where I am wrong..?
"inputValues": {
"True": "true",
"False": "false"
},
http://plnkr.co/edit/tuMl02QcvZkCCIJPTW0r?p=preview. When user click the button it show the form .In that there is parameter "add" which is drop down.I saw the documentation it is taking option as a key so I change input values to key .
I have two option true and false but it not display. Secondly there is four field it display only three why ?
options
config for select tag in the document is an Array containing objects with propertyname
. But your config is an Object. – runTarm Aug 12 '14 at 16:44'EMAIL'
in yourmap
variable. – runTarm Aug 12 '14 at 16:47