diff options
| author | Misko Hevery | 2011-11-14 15:08:21 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:21 -0800 | 
| commit | 955551141de88f15760e3e6e8cb8503ee34b6f6e (patch) | |
| tree | 3aab0d02dc619610fdb72c3559969bf680bb985f /src/angular.suffix | |
| parent | 94e1a07b28629c19c51ed41fc8181b985741ffa1 (diff) | |
| download | angular.js-955551141de88f15760e3e6e8cb8503ee34b6f6e.tar.bz2 | |
style(angularPublic): move public export definition to AnuglarPublic.js
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); | 
