We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9518a5 commit 887a67cCopy full SHA for 887a67c
1 file changed
src/ocLazyLoad.js
@@ -485,6 +485,7 @@
485
errText = 'Module "' + (moduleName || 'unknown') + '" is not configured, cannot load.';
486
$log.error(errText);
487
deferred.reject(new Error(errText));
488
+ return deferred.promise;
489
} else {
490
// deprecated
491
if(angular.isDefined(config.template)) {
0 commit comments