backbone.controller icon indicating copy to clipboard operation
backbone.controller copied to clipboard

Binding Routes passes URL instead of Name

Open ealders opened this issue 9 years ago • 1 comments

When the routes are bound in the bindRoutes function the route function on the Router is called with the url parameter twice instead of the url and name of the actual route. This makes logic that does custom route filtering difficult to achieve when deciphering routes defined within the controller.

ealders avatar Jun 29 '16 14:06 ealders

Thanks for bug, i will research this issue

artyomtrityak avatar Jun 29 '16 16:06 artyomtrityak