I am trying to implement an interceptor for my server responses (PARSE) with angularjs, I have seen this project that uses the $httpProvider to register the interceptor.
since my service is not using $http service (is using PARSE), is there any way of implement my interceptor in the same clean way that the project sample?