Angularjs $location service apparently not parsing url?
问题 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=clientName An angular controller is instantiated for the table, among other things, for opening a modal dialog (also angular-based with bootstrap-ui) with the row details. These row details are brought via a service which has some common functionality for both controllers: the one for the table and the one for the modal. Now, within