diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js index f6a7c5aae697..169a1d5a2304 100644 --- a/src/angular-bootstrap.js +++ b/src/angular-bootstrap.js @@ -107,6 +107,8 @@ // empty the cache to prevent mem leaks globalVars = {}; + bindJQuery(); + angularInit(config, document); }