From 5d09a1efd3ff98fc2fbba2f8f64230704f4a5e96 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 8 Mar 2012 15:42:35 -0800 Subject: 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 --- src/AngularPublic.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/AngularPublic.js') 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, -- cgit v1.2.3