angularjs - Deployd : adding array data via web UI -


how add array data via web ui under deployd dashboard? shows dialog "not valid array". deployd v0.8.5

initially faced same issue.then figured out adding square brackets fixed it. example:

[     "1",     "2",     3,     true,     {         "tes":"test"     } ] 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -