json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Array validation broken in Angular 1.5.10 #888

Open donalmurtagh opened 7 years ago

donalmurtagh commented 7 years ago

Steps to reproduce

If you change the Angular dependencies to 1.5.9, these problems do not occur

@json-schema-form/angular-schema-form-lead

Anthropic commented 7 years ago

Nice, a breaking change in a patch release, gotta love that. Hopefully that means it is a minor change I can manage a fix for. Thanks for finding the offending release and the clear plunks.

ivarprudnikov commented 4 years ago

Simplified Plunker version using unpkg urls: https://plnkr.co/edit/tWUx9bjwok2rrYbSeOjq

ivarprudnikov commented 4 years ago

Diff between AngularJS 1.5.9 and 1.5.10 https://github.com/angular/angular.js/compare/v1.5.9...v1.5.10