@@ -3,5 +3,9 @@
"freeze": true,
"latedef": "nofunc",
"strict": "implied",
- "undef": true
+ "undef": true,
+ "globals": {
+ "angular": true,
+ "app": true
+ }
}