From 0532aabcf97a08badd6ed67ad40453d37da89556 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 24 May 2012 14:49:47 -0700 Subject: doc(guide): clean up broken links --- src/ng/directive/ngShowHide.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/directive/ngShowHide.js') diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index df6bc243..56197b21 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -9,7 +9,7 @@ * conditionally. * * @element ANY - * @param {expression} ngShow If the {@link guide/dev_guide.expressions expression} is truthy + * @param {expression} ngShow If the {@link guide/expression expression} is truthy * then the element is shown or hidden respectively. * * @example @@ -49,7 +49,7 @@ var ngShowDirective = ngDirective(function(scope, element, attr){ * of the HTML conditionally. * * @element ANY - * @param {expression} ngHide If the {@link guide/dev_guide.expressions expression} truthy then + * @param {expression} ngHide If the {@link guide/expression expression} truthy then * the element is shown or hidden respectively. * * @example -- cgit v1.2.3