danhunsaker / angular-dynamic-forms

Build Forms in AngularJS From Nothing But JSON (please see Alternatives in the README)
MIT License
379 stars 140 forks source link

line 151, misspelling var name #31

Closed dioklecijan closed 10 years ago

dioklecijan commented 10 years ago

newChlid.attr('value', field.val);

should be:

newChild.attr('value', field.val);

danhunsaker commented 10 years ago

Should fix it...