janpantel / angular-sails

An angular module for using the sails socket.io api
MIT License
307 stars 56 forks source link

Support Angular 1.7 #101

Open noway opened 6 years ago

noway commented 6 years ago

https://docs.angularjs.org/guide/migration#migrating-from-1-6-to-1-7

deprecated method angular.uppercase has been removed.

TypeError: t.uppercase is not a function

Used here: https://github.com/janpantel/angular-sails/blob/2.0/src/service/%24sails.js#L80

There might be other issues.