Skip to content

Commit

Permalink
added login_in_modal helpers and events handler
Browse files Browse the repository at this point in the history
  • Loading branch information
MFQ committed Aug 4, 2015
1 parent 5624ccc commit cfe5170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/register_modal.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Template.registerModal.events({});

Template.registerModal.helpers({});
3 changes: 2 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Package.onUse(function(api) {
'client/template_modal.html',
'client/login_in_modal.html',
'client/register_modal.html',
'client/login_buttons.html'
'client/login_buttons.html',
'client/login_in_modal.js'
]
)

Expand Down

0 comments on commit cfe5170

Please sign in to comment.