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 3e0c0d8 commit 4e062fdCopy full SHA for 4e062fd
test/controllers/modules.js
@@ -40,4 +40,7 @@ var testBarVar;
40
41
angular.module('app7', ['app1']);
42
43
+ // This should not cause an error, see https://github.com/davej/angular-classy/issues/36
44
+ angular.module('app8', ['thisModuleDoesNotExist']);
45
+
46
}());
0 commit comments