mikeymckay / coconut

Coconut renders json defined forms in a browser and then saves the results to couchdb.
http://vetula.github.com/coconut
Other
11 stars 6 forks source link

Should use SafeLabel json field instead of dynamically generating it. #150

Open chrisekelley opened 9 years ago

chrisekelley commented 9 years ago

Was dynamically creating safeLabel instead of using the json version, which may need to be manipulated manually in case you have fields using the same label(name).

From QuestionView.coffee:

https://github.com/chrisekelley/coconut/compare/mikeymckay:master...chrisekelley:coconut-pouch#diff-8f0b6de7c2484f87ee62c80ba408ceadL521