Skip to content

Commit 4e062fd

Browse files
committed
Simple test for regression of #36
1 parent 3e0c0d8 commit 4e062fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/controllers/modules.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ var testBarVar;
4040

4141
angular.module('app7', ['app1']);
4242

43+
// This should not cause an error, see https://github.com/davej/angular-classy/issues/36
44+
angular.module('app8', ['thisModuleDoesNotExist']);
45+
4346
}());

0 commit comments

Comments
 (0)