From b656552d68c7116ee5f7b7c217de6ce116fb3448 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 23 Nov 2011 15:49:10 -0800 Subject: fix(angular-boostrap): add missing jQuery/jqLite binding --- src/angular-bootstrap.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); } -- cgit v1.2.3