Sam Mateosian
Results
1
comments of
Sam Mateosian
Thanks, works well! Here's the more precise syntax if anyone finds this and wants to copy/paste: ``` Excess.RouteManager.register('/room:id', { alias: 'room', willActivate: function(transaction, params) { transaction.abort({ redirectTo: '/space/' + params.routeParams.id...