I've been struggling with a problem that involves building a web form to 
input answers to questions provided in a JSON resource. 

Here's the plunk: http://plnkr.co/edit/HX11iHdA5kM2yJzDcSTb

This plunk is a prototype for generating a web form based on structured 
meta data. A sample of the question meta-data is in-lined in the 
controller. I've assigned it to a questions variable of the model, and 
provided a second model object called "answers" where I want to bind the 
data input into the rendered form.

My goal is to add each question to the answers object as a new property. 
But I'm stuck on getting the data input into the rendered form bound to the 
model.

The form renders fine, but when I input data into any of the form elements, 
I get back an "undefined is not a function" error. I've included more 
information in the README of the plunk, including the area of code that 
isn't working for me. 

Thanks in advance for any help.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to