formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 405 forks source link

$modelValue of hideExpression is always undefined when using nested keys #673

Open x12a1f opened 8 years ago

x12a1f commented 8 years ago

When using nested keys, the $modelValue parameter of the hideExpression is always undefined.

See this jsbin for an example: http://jsbin.com/sulaqameca/edit?html,output