aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/angular-bootstrap.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js
index f6a7c5aa..169a1d5a 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);
}