Skip to content

Commit d552b28

Browse files
committed
Fix bug #37: Remove undefined module loader return statement
Note: This is a temporary workaround on the unminified code until a correct solution is found. gulp-umd is probably creating this code for a reason
1 parent 5c845e0 commit d552b28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

angular-schema-form-dynamic-select.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,5 +410,4 @@ angular.module('schemaForm').filter('selectFilter', [function ($filter) {
410410
};
411411
}]);
412412

413-
return angularSchemaFormDynamicSelect;
414413
}));

0 commit comments

Comments
 (0)