diff options
Diffstat (limited to 'src/directive/select.js')
| -rw-r--r-- | src/directive/select.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/select.js b/src/directive/select.js index 2c6ef15b..1c320151 100644 --- a/src/directive/select.js +++ b/src/directive/select.js @@ -34,7 +34,7 @@ * * binding to a value not in list confuses most browsers. * * @param {string} name assignable expression to data-bind to. - * @param {string=} required The widget is considered valid only if value is entered. + * @param {string=} required The control is considered valid only if value is entered. * @param {comprehension_expression=} ng-options in one of the following forms: * * * for array data sources: |
