Closed amiller-gh closed 9 years ago
When run like Rebound.router.navigate('/new/path', {trigger: false});, links aren't updated with the proper active class like they are when the route is actually triggered.
Rebound.router.navigate('/new/path', {trigger: false});
active
Resolved in https://github.com/reboundjs/rebound/commit/283e98544a330f073df6cd1080db5ce94417427f
When run like
Rebound.router.navigate('/new/path', {trigger: false});
, links aren't updated with the properactive
class like they are when the route is actually triggered.