I\'ve got a backbone.js application that defines two controllers, and the controllers both define route patterns which match the location.hash. I\'m having trouble getting both
I think this is the simplest way of resolving it
routes: { '': 'userGrid', 'users': 'userGrid', }