diff options
Diffstat (limited to 'src/ng/directive/ngShowHide.js')
| -rw-r--r-- | src/ng/directive/ngShowHide.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
