This object contains general settings of the angular-meteor module
angular-meteor
myModule.config(['$angularMeteorSettings', function($angularMeteorSettings) { $angularMeteorSettings.suppressWarnings = true; // Disables write of warnings to console }]);