You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I load that up I get a ngModel error. This could be a webpack issue as well as I am using webpack to configure this. Something, I noticed is that these new HTML files in this repo don't have ng-model int them but the old template cache did when they were bundled into the angular-schema-form. Is there something that needs to change there??
The text was updated successfully, but these errors were encountered:
When I utilize this new bootstrap library 0.2.0 I get
'ngModel', required by directive 'sfChanged'
when I load up new decorators. For example:schemaFormDecoratorsProvider.addMapping('bootstrapDecorator', 'array', arrayDecorator);
When I load that up I get a ngModel error. This could be a webpack issue as well as I am using webpack to configure this. Something, I noticed is that these new HTML files in this repo don't have ng-model int them but the old template cache did when they were bundled into the angular-schema-form. Is there something that needs to change there??
The text was updated successfully, but these errors were encountered: