SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 97 JavaScript

fix($cookie): use decodeURIComponent instead of unescape for cookie reading

the self.cookies method in $browser was using escape and unescape to handle the cookie name and value. These methods are deprecated and cause problems with some special characters (€). The method has been changed to use the replacement encodeURIComponent and decodeURIComponent.

Closes #8125
A
Andrew Tarry committed
1c9ab40d286ffdb1b41d30ca8d861b53175bfc24
Parent: d6876f2
Committed by Igor Minar <igor@angularjs.org> on 7/16/2014, 7:54:56 PM