A container for the options set by the ngModelOptions directive
getOption(name);
Returns the value of the given option
| Param | Type | Details |
|---|---|---|
| name | string |
the name of the option to retrieve |
| * | the value of the option |
createChild(options);
| Param | Type | Details |
|---|---|---|
| options | Object |
a hash of options for the new child that will override the parent's options |
| ModelOptions | a new |