We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd58738 commit 43561ddCopy full SHA for 43561dd
src/ui-scroll.js
@@ -8,7 +8,7 @@ angular.module('ui.scroll', [])
8
9
.constant('JQLiteExtras', JQLiteExtras)
10
.run(['JQLiteExtras', (JQLiteExtras) => {
11
- !window.jQuery ? (new JQLiteExtras()).registerFor(angular.element) : null;
+ !(angular.element.fn && angular.element.fn.jquery) ? new JQLiteExtras().registerFor(angular.element) : null;
12
ElementRoutines.addCSSRules();
13
}])
14
0 commit comments