I have a specific logic sequence in my app, and I want a simple way to force my app to start from the welcome page. I am using this:
$urlRouterProvider.otherwise('/pages/welcome'); But it doesn't work properly whenthe problem is that otherwise just play with the unknown URLs and redirect them to the welcome, whereas I refresh my internal pagewant to redirect to the welcome in all cases, this cause some error for not initiated variableseven in the registered states.