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

onBeforeRoute as event

Open redexp opened this issue 11 years ago • 3 comments

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

redexp avatar Mar 26 '14 12:03 redexp

It can be done both - event and option. Would you like to add more details how do you want to use it with event?

artyomtrityak avatar Mar 27 '14 21:03 artyomtrityak

For example I need attach function to both events (before and after route), then I can do like this

controller.on 'before-route after-route', -> 

redexp avatar Mar 28 '14 16:03 redexp

i see, now i am a bit busy with release. So i will implement it a bit later or if you want just send pull request :)

artyomtrityak avatar Apr 17 '14 22:04 artyomtrityak