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 de7f204 commit 7a8f79cCopy full SHA for 7a8f79c
angular-async-loader.js
@@ -21,8 +21,8 @@
21
}
22
} else if (typeof(seajs) === 'object' && typeof(seajs.use) === 'function') {
23
return seajs.use;
24
- } else if (typeof(System) === 'object' && typeof(System.import) === 'function') {
25
- return System.import;
+ } else if (typeof(System) === 'object' && typeof(System.amdRequire) === 'function') {
+ return System.amdRequire;
26
27
throw new Error('No amd/cmd module loader found.');
28
}());
0 commit comments