formly-js / angular-formly

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

Is it possible to inject the form controller into the grouping wrapper? #674

Closed adesotamn closed 8 years ago

adesotamn commented 8 years ago

I've implemented field group example from the formly site, but I would like to get access to the scope of the hosting controller of the form, so that I can hide each group dynamically. That way I can allow the user to step through the form sections...wizardish like.