Fix new links to route internally

This commit is contained in:
Andrew Miner
2015-02-09 21:15:10 -08:00
parent 816908f82a
commit 97659af22f
2 changed files with 8 additions and 0 deletions
@@ -60,3 +60,4 @@ module.exports = class StackController extends BaseController
events: ->
return _.extend super,
'click button.remove': 'onRemoveClicked'
'click .name a': 'routeLinkClick'