parse-angular-patch wraps Parse.Promise into $q style promises from what I understand.
However, it does not appear that .finally() can be used and .always() must be used instead. This behavior seems inconsistent with the documentation and is a point of confusion. Any idea on how to patch this as well?
parse-angular-patchwrapsParse.Promiseinto$qstyle promises from what I understand.However, it does not appear that
.finally()can be used and.always()must be used instead. This behavior seems inconsistent with the documentation and is a point of confusion. Any idea on how to patch this as well?