We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a78e4 commit ce20dd0Copy full SHA for ce20dd0
src/ng/directive/input.js
@@ -2772,9 +2772,9 @@ var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/;
2772
* @name ngValue
2773
*
2774
* @description
2775
- * Binds the given expression to the value of `input[select]` or `input[radio]`, so
2776
- * that when the element is selected, the `ngModel` of that element is set to the
2777
- * bound value.
+ * Binds the given expression to the value of `option` or `input[radio]`, so
+ * that when the element is selected, the `ngModel` of that element is set to
+ * the bound value.
2778
2779
* `ngValue` is useful when dynamically generating lists of radio buttons using `ng-repeat`, as
2780
* shown below.
0 commit comments