I am using Ui-Route in angular js, and I want to call $http
service on every state change. When I inject $http
service in statechange event it gives an error of circular dependency or even I inject in interceptor the same error is showing. Please help me with this.
Thank you