formly-js / angular-formly

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

Wrapper should support controller. #645

Open anhoev opened 8 years ago

anhoev commented 8 years ago

Why does the wrapper not support a controller ? In my case, I need to calculate some complicated variables for the template. It makes sense to support controller for a wrapper (in config's phase).