We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb2274 commit 296c452Copy full SHA for 296c452
lib/at_input.js
@@ -1,5 +1,6 @@
1
_.each(AccountsTemplates.atInputRendered, function(callback){
2
Template.atInput.onRendered(callback);
3
+ Template.atHiddenInput.onRendered(callback);
4
});
5
6
// Simply 'inherites' helpers from AccountsTemplates
0 commit comments