aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInclude.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-07 19:58:19 +0000
committerPeter Bacon Darwin2014-03-07 20:05:59 +0000
commitdc57fe97e1be245fa08f25143302ee9dd850c5c9 (patch)
treed9166499f0f7f61a9d7f805700d14f0831e44ef7 /src/ng/directive/ngInclude.js
parent853999de10b8fd0116f9da80af2c192a4a5fd39b (diff)
downloadangular.js-dc57fe97e1be245fa08f25143302ee9dd850c5c9.tar.bz2
style(jsdoc tags): remove/ammend invalid tags
As highlighted by the new sterner dgeni.
Diffstat (limited to 'src/ng/directive/ngInclude.js')
-rw-r--r--src/ng/directive/ngInclude.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js
index 272e199a..a41b78b2 100644
--- a/src/ng/directive/ngInclude.js
+++ b/src/ng/directive/ngInclude.js
@@ -146,7 +146,6 @@
/**
* @ngdoc event
* @name ngInclude#$includeContentRequested
- * @eventOf ng.directive:ngInclude
* @eventType emit on the scope ngInclude was declared in
* @description
* Emitted every time the ngInclude content is requested.
@@ -156,7 +155,6 @@
/**
* @ngdoc event
* @name ngInclude#$includeContentLoaded
- * @eventOf ng.directive:ngInclude
* @eventType emit on the current ngInclude scope
* @description
* Emitted every time the ngInclude content is reloaded.