Closed JasonMatthewsDev closed 11 years ago
It's a typo "NewThread"
in your template name. Filters match on template names not route names.
Thanks, I didn't realize it wasn't intended to filter route names. Thanks for the quick reply, I really like the router and transitioner.
So just trying something similar to the examples for the filtering doesn't seem to be working
the newThread route is called in a template event
the first console.log('test') fires when clicking the button but the second console.log('filitering') never fires.