Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events not firing from nested route #20

Open
joshua1 opened this issue Feb 11, 2013 · 0 comments
Open

events not firing from nested route #20

joshua1 opened this issue Feb 11, 2013 · 0 comments

Comments

@joshua1
Copy link

joshua1 commented Feb 11, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant