Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created July 22, 2015 14:30
Show Gist options
  • Save linus-amg/79a337fe1cc51cf2dea4 to your computer and use it in GitHub Desktop.
Save linus-amg/79a337fe1cc51cf2dea4 to your computer and use it in GitHub Desktop.
controller
class Controller extends Marionette.Service
radioCommands:
'global routes:default': ->
console.log 'default route triggered'
'app routes:default': ->
console.log 'default route triggered'
module.exports = Controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment