I am using ajax call to perform functionality in a service file and if the response is successful, I want to redirect the page to another url. Currently, I am doing this by
$location.path('/configuration/streaming'); this will work... inject the location service in controller
$location.path('/configuration/streaming');