ajile / ember-validation

Yet another one ember validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

form-validation component should work with `submit` action

ajile opened this issue · comments

Instead of:

{{#form-validation action=(action "save" model)}}

Should be:

{{#form-validation submit=(action "save" model)}}