Allan
Results
1
issues of
Allan
Let's say I've got a module that injects a _nonexistent_ module: **module1.module.js**: `angular.module("module1", ["ui.bootstrap", "nonexistent"]);` When I try to lazy load this module, it returns a nomod error for _nonexistent_...