I am stuck with AngularJS routing. Can anyone suggest how to remove the '#' in url in routing for angularJS?
you can use HTML5Mode
please find more explanation at this HTMLMode link
for this you need to use: HTML5 mode
you can install it as below
$locationProvider.html5Mode(true);
you can read about it here