Skip to content

Commit

Permalink
onRendered callbacks for atHiddenInput
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 16, 2015
1 parent b1892c8 commit ca9e250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/at_input.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_.each(AccountsTemplates.atInputRendered, function(callback){
Template.atInput.onRendered(callback);
Template.atHiddenInput.onRendered(callback);
});

// Simply 'inherites' helpers from AccountsTemplates
Expand Down

0 comments on commit ca9e250

Please sign in to comment.