Ember EasyForm model

Im trying to get Ember EasyForm to work without luck:

http://emberjs.jsbin.com/EveQOke/46/edit

But if i change {{#form-for model}} to {{#form-for controller}} and place the validations into the controller it works.

In the documentation and elsewhere i can see {{#form-for model}}

1 Like