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
Hi @icholy et al,
I have an issue with my ember-brunch based app. the actions in my handlebars template are not firing (as in nothing happens on click) when i call a controller , view or router method from a nested route's template /public/register or public/login. but this works when the route is not nested and when the template renders in application.hbs outlet. when i move the called method to the view, i get an error stating that the method can not be found in application view, meaning thats where ember is checking for the action. i have routes,views,controllers,templates with the same name, so i really cant tell why this is happening for nested routes.
can somebody bail me out or point me in the right direction.
Thanks,
Josh
The text was updated successfully, but these errors were encountered:
Hi @icholy et al,
I have an issue with my ember-brunch based app. the actions in my handlebars template are not firing (as in nothing happens on click) when i call a controller , view or router method from a nested route's template /public/register or public/login. but this works when the route is not nested and when the template renders in application.hbs outlet. when i move the called method to the view, i get an error stating that the method can not be found in application view, meaning thats where ember is checking for the action. i have routes,views,controllers,templates with the same name, so i really cant tell why this is happening for nested routes.
can somebody bail me out or point me in the right direction.
Thanks,
Josh
The text was updated successfully, but these errors were encountered: