aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorIgor Minar2012-03-08 15:42:35 -0800
committerIgor Minar2012-03-08 22:29:35 -0800
commit5d09a1efd3ff98fc2fbba2f8f64230704f4a5e96 (patch)
treea978ec1d082ee4e34a01090665f5ae59dc17377f /src/AngularPublic.js
parentf54db2ccda399f2677e4ca7588018cb31545a2b4 (diff)
downloadangular.js-5d09a1efd3ff98fc2fbba2f8f64230704f4a5e96.tar.bz2
fix(ng-view, ng-include): onload and $contentLoaded
- change custom onload directive to special arguments recongnized by both ng-view and ng-include - rename $contentLoaded event to $viewContentLoaded and $includeContentLoaded - add event docs
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 8ee8bc06..5bc59653 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -69,7 +69,6 @@ function publishExternalAPI(angular){
script: scriptDirective,
select: selectDirective,
style: styleDirective,
- onload: onloadDirective,
option: optionDirective,
ngBind: ngBindDirective,
ngBindHtml: ngBindHtmlDirective,