aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2014-02-25 22:59:31 -0800
committerIgor Minar2014-02-25 22:59:31 -0800
commit3d6dff44f33b192a7fa007bfda5e44574fadc6e1 (patch)
tree6dcc48051c6974ac9320b907304ce167c6ec2a85 /docs
parent6b049c74ccc9ee19688bb9bbe504c300e61776dc (diff)
downloadangular.js-3d6dff44f33b192a7fa007bfda5e44574fadc6e1.tar.bz2
revert: fix($location): parse query string when path is empty in hashbang mode
This reverts commit cad717b1171affc3d540cea372576c70b0cb2295. This change causes regressions in existing code and after closer inspection I realized that it is trying to fix an issue that is should not be considered a valid issue. The location service was designed to work against either "hash" part of the window.location when in the hashbang mode or full url when in the html5 mode. This change tries to merge the two modes partially, which is not right. One reason for this is that the search part of window.location can't be modified while in the hashbang mode (a browser limitation), so with this change part of the search object should be immutable and read-only which will only cause more confusion. Relates to #5964
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions