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
{{model}} in route templates is transformed to {{this.model}} but should be {{@model}} in my opinion. At least if ember-source is >= 3.14 and if the backing controller does not have a model property.