mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 23:50:23 +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
|
||||
globalVars = {};
|
||||
|
||||
bindJQuery();
|
||||
|
||||
angularInit(config, document);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue