From dc57fe97e1be245fa08f25143302ee9dd850c5c9 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 7 Mar 2014 19:58:19 +0000 Subject: style(jsdoc tags): remove/ammend invalid tags As highlighted by the new sterner dgeni. --- src/ng/directive/ngInclude.js | 2 -- src/ng/directive/ngSwitch.js | 1 - 2 files changed, 3 deletions(-) (limited to 'src/ng/directive') 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. diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 378c0b50..021f4c7d 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -41,7 +41,6 @@ * @scope * @priority 800 * @param {*} ngSwitch|on expression to match against ng-switch-when. - * @paramDescription * On child elements add: * * * `ngSwitchWhen`: the case statement to match against. If match then this -- cgit v1.2.3