Simple example validate form

I am a novice in ember.js and I would like to see a simple example to validate and submit a form (name, e-mail message). Please help me

Hi, Check this example http://jsbin.com/eQOZoGe/3/edit (saw this in Yehuda Katz tweet few days back) . This might give some idea.

2 Likes

oh, thanks! I became much more clear. (sorry for my english)

http://ember-todo.herokuapp.com/projects/new

https://github.com/FeipingHunag/ember-todo/blob/master/app/assets/javascripts/controllers/projects_new_controller.js.coffee

https://github.com/FeipingHunag/ember-todo/blob/master/app/assets/javascripts/templates/projects/new.hbs

1 Like