From aff9e0e41a73ac7a30af9cc9f4a9504ce9701df7 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Fri, 11 Jul 2014 00:26:21 -0400 Subject: [PATCH] Update ngInclude.js The @eventOf tag was causing a warning on build. I removed the tag and changed the @name to match the previous comment blocks. --- src/ng/directive/ngInclude.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js index 2016a6a6a2f0..7b0d020bf5f2 100644 --- a/src/ng/directive/ngInclude.js +++ b/src/ng/directive/ngInclude.js @@ -164,8 +164,7 @@ /** * @ngdoc event - * @name ng.directive:ngInclude#$includeContentError - * @eventOf ng.directive:ngInclude + * @name ngInclude#$includeContentError * @eventType emit on the scope ngInclude was declared in * @description * Emitted when a template HTTP request yields an erronous response (status < 200 || status > 299)