Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f3459 commit ee774f6Copy full SHA for ee774f6
src/ng/directive/select.js
@@ -27,7 +27,8 @@
27
* `select` model to be bound to a non-string value. This is because an option element can currently
28
* be bound to string values only.
29
*
30
- * @param {string} name assignable expression to data-bind to.
+ * @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.
32
* @param {string=} required The control is considered valid only if value is entered.
33
* @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to
34
* the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of
0 commit comments