invoke new component from headerBar

This commit is contained in:
Joel Louzado 2017-02-22 17:34:57 +05:30
parent ac07646749
commit 02e381f694
2 changed files with 2 additions and 1 deletions

View file

@ -13,5 +13,5 @@ Template.header.helpers({
});
Template.header.events({
'click .js-create-board': Popup.open('createBoard'),
'click .js-create-board': Popup.open('headerBarCreateBoard'),
});