formly-js / angular-formly

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

ngModelAttrs customExpression fails #575

Closed epnikolop closed 8 years ago

epnikolop commented 8 years ago

Error: angular-formly: formly-field directive apiCheck failed! ngModelAttrs at Argument 1/value must be objectOf[strict shape] formly-field-directive-validation-failed

http://jsbin.com/nebifu/edit?html,css,js,output

could be seen at formly examples official page

kentcdodds commented 8 years ago

In the last major version expression was changed to statement. Here's a working example:

https://jsbin.com/purobo/edit?js,console,output

kentcdodds commented 8 years ago

I've updated the example. Thanks!