johannesjo / ng-fab-form

Convenient forms for Angular with no extra markup? Fabulous!
https://johannesjo.github.io/ng-fab-form
MIT License
172 stars 25 forks source link

Question about customFormOptions #49

Closed wgorder closed 9 years ago

wgorder commented 9 years ago

When I supply a form with custom form options via the ng-fab-form-options tag it does use those options, but my expectation is that it would use it only for that form with that attribute set. It appears that it does not revert back to using the defaults (or in my case a customized version that I specified using ngFabFormProvider.extendConfig when that attribute is not present. Is this the intended behavior?

wgorder commented 9 years ago

Disregard this I think I was looking at something wrong.