diff options
| author | Misko Hevery | 2011-11-08 17:40:03 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:15 -0800 |
| commit | 085e3c611fd0cd48757702c50c67b551a00a0d38 (patch) | |
| tree | 879f19d0a829c828c3636b38c8c422f732a829a9 /src/AngularPublic.js | |
| parent | 4b35a59c6afd5093ed5ce7d68b75ccadd4c53696 (diff) | |
| download | angular.js-085e3c611fd0cd48757702c50c67b551a00a0d38.tar.bz2 | |
new(directive): added ng:module directive for loading modules
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 64a7bf4d..6403c4ff 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -1,9 +1,7 @@ 'use strict'; -publishExternalAPI(angular); - //try to bind to jquery now so that one can write angular.element().read() //but we will rebind on bootstrap again. bindJQuery(); - +publishExternalAPI(angular); |
