indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Using with ember-cli and ember-simple-auth #34

Closed jonthomp closed 10 years ago

jonthomp commented 10 years ago

Hey,

I've got up and running with forms no problem, it's brilliant and has certainly saved me a lot of time! I have however just hit a roadblock.

I'm not entirely sure this is an issue, probably just my user error but I'm hoping someone here might have run into similar issues before or would be able to help.

I'm using ember-cli and am having issues getting ember-forms validation working. Rather than pasting the entire issue here again I've already posted it over here http://stackoverflow.com/questions/25142845/ember-cli-ember-forms-validation-and-ember-simple-auth

Much appreciated if anyone can take a look.

jonthomp commented 10 years ago

I found a solution, removing the removing my model file completely and setting the form model=controller as mentioned here https://github.com/indexiatech/ember-forms/issues/18

asaf commented 10 years ago

awesome :)