diff options
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 4654acb1..b62483f8 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -46,3 +46,8 @@ extend(angular, {    'isArray': isArray  }); +//try to bind to jquery now so that one can write angular.element().read() +//but we will rebind on bootstrap again. +bindJQuery(); + + | 
