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 f3bc633 commit 6a8c1caCopy full SHA for 6a8c1ca
src/intro.js
@@ -6,6 +6,6 @@
6
} else {
7
return factory(angular);
8
}
9
-}(typeof angular === 'undefined' ? null : angular || null, function(angular) {
+}(typeof angular === 'undefined' ? null : angular, function(angular) {
10
11
-var module = angular.module('angularFileUpload', []);
+var module = angular.module('angularFileUpload', []);
0 commit comments