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.
2 parents f3bc633 + 6a8c1ca commit 6641094Copy full SHA for 6641094
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