You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query params seem to not work correctly on Ember 1.11.0-beta.5 when using an ObjectController. The exact code functions when using Ember 1.10.0 or when using 1.11.0-beta.5 with the ObjectController replaced with a Controller.
When binding the query param property on the controller to an input in the template, editing the text field doesn't update the URL, but setting the URL manually does update the text field.
I know ObjectController is deprecated, but if I understand the deprecation/Ember 2.0 strategy correctly, everything should still work correctly even if I still use ObjectController?
The text was updated successfully, but these errors were encountered:
Query params seem to not work correctly on Ember 1.11.0-beta.5 when using an
ObjectController
. The exact code functions when using Ember 1.10.0 or when using 1.11.0-beta.5 with theObjectController
replaced with aController
.When binding the query param property on the controller to an input in the template, editing the text field doesn't update the URL, but setting the URL manually does update the text field.
Examples:
ObjectController
on 1.11.0-beta.5 http://emberjs.jsbin.com/jihuyo/1/edit?html,jsController
on 1.11.0-beta.5 http://emberjs.jsbin.com/loxipo/2/editObjectController
on 1.10.0 http://emberjs.jsbin.com/yeqoho/1/edit?html,jsI know
ObjectController
is deprecated, but if I understand the deprecation/Ember 2.0 strategy correctly, everything should still work correctly even if I still useObjectController
?The text was updated successfully, but these errors were encountered: