It\'s been hours since I started working on this problem and I can\'t seem to get my head around the solution.
I have an app that may result in users actually typing
Hi You need to set strictMode = false Angular ui-router provide method for this
strictMode = false
$urlMatcherFactoryProvider.strictMode(false);
You need to set strict mode before initialising the State $stateProvider.state({})
$stateProvider.state({})
For more details you can refer this Link