Skip to content

Commit f77b906

Browse files
shyamseshadripetebacondarwin
authored andcommitted
docs(select): fix attribute documentation
Select documentation was still referring to binding to name, when it should be ng-model instead. Fixed it.
1 parent 4c7baf9 commit f77b906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ng/directive/select.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
* `select` model to be bound to a non-string value. This is because an option element can currently
2828
* be bound to string values only.
2929
*
30-
* @param {string} name assignable expression to data-bind to.
30+
* @param {string} ngModel Assignable angular expression to data-bind to.
31+
* @param {string=} name Property name of the form under which the control is published.
3132
* @param {string=} required The control is considered valid only if value is entered.
3233
* @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to
3334
* the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of

0 commit comments

Comments
 (0)