Skip to content

Commit 3fc8c7c

Browse files
committed
Merge pull request #1296 from kamilkisiela/patch-warnings
feat($angularMeteorSettings): suppress warnings
2 parents aa22d83 + a787c1d commit 3fc8c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
angular.module('angular-meteor.settings', [])
22
.constant('$angularMeteorSettings', {
3-
suppressWarnings: false
3+
suppressWarnings: true
44
});

0 commit comments

Comments
 (0)