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

angular.uppercase is not a function on angular >= 1.5.0 #970

Closed xirdneh closed 6 years ago

xirdneh commented 6 years ago

angular.uppercase has been deprecated since v1.5.0 and now in v1.6.10 and v1.7 has been deleted. According to this changelog: https://github.com/angular/angular.js/commit/1daa4f2231a89ee88345689f001805ffffa9e7de angular.uppercase should not be used and instead use the internal toUpperCase.

If this is an acceptable change I can try and do a PR.

xirdneh commented 6 years ago

Working on this...

JamesKellyBluedrop commented 6 years ago

is there any update on this? I've got an urgent project failing that is hinging on this issue.