Default state · Issue #89 · angular-ui/ui-router (original) (raw)

Hi,

in angular.js there's a possibility to configure the default route (using $routeProvider.otherwise() API). Is there anything in ui-route that can be used to achieve similar functionality? I need this to ensure the customer that opens the URL without the path part will automatically be redirected to a default state.

Thanks.