From ca9e2506d1525fc395e4ddd64fc4c70b323b0995 Mon Sep 17 00:00:00 2001 From: Luca Mussi Date: Sun, 16 Aug 2015 15:50:43 +0200 Subject: [PATCH] onRendered callbacks for atHiddenInput --- lib/at_input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/at_input.js b/lib/at_input.js index 2360ee6..f4f3122 100644 --- a/lib/at_input.js +++ b/lib/at_input.js @@ -1,5 +1,6 @@ _.each(AccountsTemplates.atInputRendered, function(callback){ Template.atInput.onRendered(callback); + Template.atHiddenInput.onRendered(callback); }); // Simply 'inherites' helpers from AccountsTemplates