.state('registration', {
url:'/app/registration/:ref',
templateUrl: 'partials/registration.html',
})
This is my configuration for routing using ui-route. It functions properly when I go to
localhost:80/registration/something
However, I would like it to also function when I visit localhost:80/registration
, how can I achieve this?