aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInclude.js
diff options
context:
space:
mode:
authorChirayu Krishnappa2013-05-10 19:17:56 -0700
committerChirayu Krishnappa2013-05-11 09:28:14 -0700
commit3952d35abe334a0e6afd1f6e34a74d984d1e9d24 (patch)
tree262d27ddeb64eeac6626aedfd4429790862c7acf /src/ng/directive/ngInclude.js
parentbffe6fa8a60d2b42685c56442a02e0881f00d810 (diff)
downloadangular.js-3952d35abe334a0e6afd1f6e34a74d984d1e9d24.tar.bz2
fix($browser): should use first value for a cookie.
With this change, $browser.cookies()["foo"] will behave like docCookies.getItem("foo") where docCookies is defined at https://developer.mozilla.org/en-US/docs/DOM/document.cookie This fixes the issue where, if there's a value for the XSRF-TOKEN cookie value with the path /, then that value is used for all applications in the domain even if they set path specific values for XSRF-TOKEN. Closes #2635
Diffstat (limited to 'src/ng/directive/ngInclude.js')
0 files changed, 0 insertions, 0 deletions