linagora / esn-frontend-common-libs

Common ground for OpenPaaS frontend (https://open-paas.org)
Other
4 stars 12 forks source link

Update restangular #56

Closed MichaelBailly closed 4 years ago

MichaelBailly commented 4 years ago

This is the very first commit of an effort to upgrade lodash to the latest version.

Lodash had an alias for the includes() function, that was called contains(). They removed the alias in the latest versions.

Restangular used contains (https://github.com/mgonto/restangular/issues/1298) , and updated their code in version 1.5.2.