diff options
| author | Vojta Jina | 2012-02-19 12:59:10 -0800 |
|---|---|---|
| committer | Vojta Jina | 2012-02-28 17:48:07 -0800 |
| commit | 60743fc52aea9eabee58258a31f4ba465013cb4e (patch) | |
| tree | f148f23deab430bb33f84925af9f2afee17ac075 /src/AngularPublic.js | |
| parent | 9486590e1be7282bb0e87586a35ca0bee6c64ee0 (diff) | |
| download | angular.js-60743fc52aea9eabee58258a31f4ba465013cb4e.tar.bz2 | |
feat(ng:include) Fire $contentLoaded event
+ refactor unload to listen on this event -> we can use unload with ng:view as well
Closes #743
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 20ca5edb..e65f1281 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -72,6 +72,7 @@ function publishExternalAPI(angular){ script: scriptTemplateLoader, select: selectDirective, style: styleDirective, + onload: onloadDirective, option: optionDirective, ngBind: ngBindDirective, ngBindHtml: ngBindHtmlDirective, |
