2 messages · Page 1 of 1 (latest)
The app is angularjs/angular hybrid. the http call I want to "catch" are called on the angularjs side. I need to do some data manipulation on the angular side when that specific api is called.
Maybe save the reference from a specific http service to a global variable under window. This is very dirty, but you could access this service from everywhere.