icholy / ember-brunch

80 stars 23 forks source link

events not firing from nested route #20

Open joshua1 opened 11 years ago

joshua1 commented 11 years ago

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