mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-15 10:13:10 +00:00
fix(angular-boostrap): add missing jQuery/jqLite binding
This commit is contained in:
parent
1cdfa3b960
commit
b656552d68
1 changed files with 2 additions and 0 deletions
2
src/angular-bootstrap.js
vendored
2
src/angular-bootstrap.js
vendored
|
|
@ -107,6 +107,8 @@
|
||||||
// empty the cache to prevent mem leaks
|
// empty the cache to prevent mem leaks
|
||||||
globalVars = {};
|
globalVars = {};
|
||||||
|
|
||||||
|
bindJQuery();
|
||||||
|
|
||||||
angularInit(config, document);
|
angularInit(config, document);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue