froala / angular-froala

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
306 stars 123 forks source link

Support AngularJS 1.7 #178

Closed juliancarrivick closed 6 years ago

juliancarrivick commented 6 years ago

See breaking changes here: https://github.com/angular/angular.js/blob/master/CHANGELOG.md

Using in our own project, I've only noticed an issue with froala-sanitize.js using angular.lowercase which has been removed.

mgalarza commented 6 years ago

Why don't you open a pull request for this fix?

juliancarrivick commented 6 years ago

I have, see https://github.com/froala/angular-froala/pull/179. It hasn't been referenced here for some reason.

mgalarza commented 6 years ago

Thanks a lot

stefanneculai commented 6 years ago

The PR has just been merged.