aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngStyle.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/directive/ngStyle.js')
-rw-r--r--src/directive/ngStyle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/ngStyle.js b/src/directive/ngStyle.js
index 1dc1ee76..8a4e7458 100644
--- a/src/directive/ngStyle.js
+++ b/src/directive/ngStyle.js
@@ -8,7 +8,7 @@
* The ng-style allows you to set CSS style on an HTML element conditionally.
*
* @element ANY
- * @param {expression} expression {@link guide/dev_guide.expressions Expression} which evals to an
+ * @param {expression} ng-style {@link guide/dev_guide.expressions Expression} which evals to an
* object whose keys are CSS style names and values are corresponding values for those CSS
* keys.
*