diff options
| author | Igor Minar | 2011-11-23 15:49:10 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-11-30 14:49:35 -0500 | 
| commit | b656552d68c7116ee5f7b7c217de6ce116fb3448 (patch) | |
| tree | b90664a0aac1dc5f076b1aaf415705662736d41e /src/angular-bootstrap.js | |
| parent | 1cdfa3b9601c199ec0b45096b38e26350eca744f (diff) | |
| download | angular.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.js | 2 | 
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);    } | 
