aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-bootstrap.js
diff options
context:
space:
mode:
authorIgor Minar2011-11-23 15:49:10 -0800
committerIgor Minar2011-11-30 14:49:35 -0500
commitb656552d68c7116ee5f7b7c217de6ce116fb3448 (patch)
treeb90664a0aac1dc5f076b1aaf415705662736d41e /src/angular-bootstrap.js
parent1cdfa3b9601c199ec0b45096b38e26350eca744f (diff)
downloadangular.js-b656552d68c7116ee5f7b7c217de6ce116fb3448.tar.bz2
fix(angular-boostrap): add missing jQuery/jqLite binding
Diffstat (limited to 'src/angular-bootstrap.js')
-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);
}