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

Controller for Backbone MV*

Results 3 backbone.controller issues
Sort by recently updated
recently updated
newest added

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...

When the route matches any of the routes of the current controller it would be nice to get some event. Same when route changes and it doesn't match any routes...

Maybe better if `onBeforeRoute` will be as event, not as option? Just for more flexibility.