Improve this Doc View Source ModelOptions
- type in module ng
 
Overview
A container for the options set by the ngModelOptions directive
Methods
-  
getOption(name);
Returns the value of the given option
Parameters
Param Type Details name stringthe name of the option to retrieve
Returns
*the value of the option
 -  
createChild(options);
Parameters
Param Type Details options Objecta hash of options for the new child that will override the parent's options
Returns
ModelOptionsa new
ModelOptionsobject initialized with the given options. 
    © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://code.angularjs.org/1.7.8/docs/api/ng/type/ModelOptions