I recently updated to Ember 1.8.0 and using view Ember.TextField valueBinding="name"
throws a deprecation error. Per the deprecation guide it should be replaced with the input
helper, but the following doesn't work
input valueBinding="name"
I recently updated to Ember 1.8.0 and using view Ember.TextField valueBinding="name"
throws a deprecation error. Per the deprecation guide it should be replaced with the input
helper, but the following doesn't work
input valueBinding="name"