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.
https://docs.angularjs.org/guide/migration#migrating-from-1-6-to-1-7
deprecated method
angular.uppercasehas been removed.Used here: https://github.com/janpantel/angular-sails/blob/2.0/src/service/%24sails.js#L80
There might be other issues.