kinstephen / angular-azure-blob-upload

AngularJS mobule for uploading to azure blob storage in chunks.
MIT License
32 stars 30 forks source link

Success and error functions are deprecated for newer angular versions #15

Closed cabaird closed 7 years ago

cabaird commented 7 years ago

In newer versions of angular, the success and error functions, which were the legacy functions used by promises, are deprecated. As a result, these functions are not defined, and your code gives errors on lines 43, 53, 153, and 158.

There is already a pull request for the code change.

https://github.com/kinstephen/angular-azure-blob-upload/pull/14

Please review that request and make the change.

Thank you

kinstephen commented 7 years ago

Done