docs(ngInclude): remove @eventOf jsdocs tag

The @eventOf tag was causing a warning on build. I removed the tag and changed the @name to match
the previous comment blocks.

Closes #8140
This commit is contained in:
Jesse Palmer
2014-07-11 00:26:21 -04:00
committed by Caitlin Potter
parent 5f6b378e39
commit 363fb4fc79

View File

@@ -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)