diff options
| author | Igor Minar | 2012-03-12 21:30:03 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-12 23:04:12 -0700 |
| commit | afe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch) | |
| tree | 49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/directive/select.js | |
| parent | f59e4b11f11261c234a821db67088f0de88a2852 (diff) | |
| download | angular.js-afe617a647211bbb2173bb0dd4c4c6d44c11a407.tar.bz2 | |
docs(*): renaming incorrect widget references to control or directive
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: |
