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

Helps address #178 #179

Closed juliancarrivick closed 6 years ago

juliancarrivick commented 6 years ago

Replace calls to angular.lowecase with String.prototype.toLowerCase() as angular.lowercase has been removed in AngularJS 1.7

I have not updated any tests or linting as I wanted to reduce scope of impact (tests don't seem to be able to run anyway at the moment).