I didn\'t find a way to remove index.html from the url, because like this looks really ugly.
mydomain.com/index.html#/myview1 mydomain.com/index.html#/myview2 <
Use
And on Index page
And on your config use
$locationProvider.html5Mode(true);
It should work