json-schema-form / angular-schema-form-bootstrap

Bootstrap decorator for Angular Schema Form
51 stars 86 forks source link

Put ng-if on the correct items in a formSelect #8

Closed gazpachoking closed 8 years ago

gazpachoking commented 8 years ago

The builder function to grab the subforms for a formselect wasn't selecting the right things. (that's why the array example was broken.) This fix works for the current example form, I'm not positive if it's right though.