path
$route.path // '/users/4'
The path to the current route. This includes param values but strips out any query or hash content.
$route.path // '/users/4'
The path to the current route. This includes param values but strips out any query or hash content.