Skip to content

Commit 363fb4f

Browse files
jesselpalmercaitp
authored andcommitted
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 angular#8140
1 parent 5f6b378 commit 363fb4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/directive/ngInclude.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@
164164

165165
/**
166166
* @ngdoc event
167-
* @name ng.directive:ngInclude#$includeContentError
168-
* @eventOf ng.directive:ngInclude
167+
* @name ngInclude#$includeContentError
169168
* @eventType emit on the scope ngInclude was declared in
170169
* @description
171170
* Emitted when a template HTTP request yields an erronous response (status < 200 || status > 299)

0 commit comments

Comments
 (0)