[Fixed]-How to change the url value once the user select an option from the dropdown

1👍

You can use $location is you do not want to actually navigate.

$Location documentation

If you do want to navigate you can use:
$window.location.href

👤Blake

Leave a comment