diff --git a/ngMeteor.js b/ngMeteor.js index 550cad1..3142480 100644 --- a/ngMeteor.js +++ b/ngMeteor.js @@ -19,19 +19,6 @@ ngMeteor.config(['$interpolateProvider', } ]); -// Manual initilisation of ngMeteor -angular.element(document).ready(function() { - if(Template.__defaultLayout__){ - // For compatability with iron-router - Template.__defaultLayout__.rendered = function(){ - angular.bootstrap(document, ['ngMeteor']); - } - }else{ - angular.bootstrap(document, ['ngMeteor']); - } -}); - - // Manual initilisation of ngMeteor angular.element(document).ready(function() { if (!angular.element(document).injector()){