diff options
Diffstat (limited to 'src/angular.suffix')
| -rw-r--r-- | src/angular.suffix | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/src/angular.suffix b/src/angular.suffix index d38d3130..99726fbd 100644 --- a/src/angular.suffix +++ b/src/angular.suffix @@ -1,3 +1,8 @@ +  //try to bind to jquery now so that one can write angular.element().read() +  //but we will rebind on bootstrap again. +  bindJQuery(); + +  publishExternalAPI(angular);    var config = angularJsConfig(document); | 
