Skip to content

Commit 9c0407a

Browse files
committed
chore: updated check & ulgified min
1 parent 8dd6036 commit 9c0407a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: angular-bind-html-compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
};
2626
}]);
2727

28-
if ('undefined' !== typeof module) {
28+
if (typeof module !== 'undefined' && module.exports) {
2929
module.exports = bindHtmlCompile.name;
3030
}
3131
}(window.angular));

Diff for: angular-bind-html-compile.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)