I\'m using angular in an application which is, basically, a table with search results. Access to this table can be achieved via an url like http://myapp/?client=clien
http://myapp/?client=clien
If you don't want to specify the base tag, you can specify require base false.
myapp.config(function($locationProvider) { $locationProvider.html5Mode({ enabled: true, requireBase: false }); });