It looks like this package is now not fully compatible with Meteor 1.4.
I'm trying to use isActiveRoute/isActivePath in class attribute, and nothing happens.
In console, things like ActiveRoute.name('home'); work correctly.
I use iron:router in my project.
It looks like this package is now not fully compatible with Meteor 1.4.
I'm trying to use
isActiveRoute/isActivePathin class attribute, and nothing happens.In console, things like
ActiveRoute.name('home');work correctly.I use iron:router in my project.