Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b656552

Browse files
committed
fix(angular-boostrap): add missing jQuery/jqLite binding
1 parent 1cdfa3b commit b656552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/angular-bootstrap.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
// empty the cache to prevent mem leaks
108108
globalVars = {};
109109

110+
bindJQuery();
111+
110112
angularInit(config, document);
111113
}
112114

0 commit comments

Comments
 (0)