Hi.
I have a route defined in my app.js like this
.when(’/uploadMap/:droneId’, {
…
…
}
Here is the problem:
When I use $location.path(’/uploadMap/5’) in the controller I get $routeParams with this inside {droneId:":droneId"} I can’t realize why is not sending the param inside $routeParams.
Thanks in advance for your help