fix(Angular): allow unescaped `=` signs in values in `parseKeyValue`
In some cases people will not follow all URL standards and may have unescaped = characters in their GET parameter values. Currently $location will not parse them correctly dropping everything after the unescaped =. This change includes all characters after the first `=` up to the next `&`. Closes #12351
J
Jochen Niebuhr committed
f13852c179ffd9ec18b7a94df27dec39eb5f19fc
Parent: 5298672
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 7/27/2015, 9:30:28 PM