I need to redirect to another page in angular js.
As , i have used following code to redirect. But is seems that is passing data through URL.
Need to post data to redirection URL.
Searched lot, but didn't find any solution.
Your help is highly appreciated.
$location.path('/refer').search({mobile: mobileNumber});