angular.js/test
Chirayu Krishnappa 9145d5ec3e 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
2013-05-11 09:28:14 -07:00
..
auto fix($injector): provider can now be defined in the array format 2012-12-01 19:09:36 +01:00
bootstrap feat(bootstrap): support code prettify and dropdown from bootstrap 2012-05-04 15:50:37 -07:00
ng fix($browser): should use first value for a cookie. 2013-05-11 09:28:14 -07:00
ngCookies feat($cookieStore): $cookieStore.get now parses blank string as blank string 2013-05-08 10:07:24 +01:00
ngMock fix($defer): remove deprecated $defer service 2012-06-12 01:09:07 -07:00
ngResource fix($http): don't encode URL query substring "null" to "+" 2013-02-26 17:29:08 -08:00
ngSanitize test(ngBindHtml): prevent variable name leak 2013-01-29 15:35:03 -08:00
ngScenario fix(scenario): include error messages in XML output 2013-02-07 04:10:17 -08:00
AngularSpec.js fix(angular): do not copy $$hashKey in copy/extend functions. 2013-05-08 13:04:08 +01:00
ApiSpecs.js fix(ng-repeat) to work with primitive types 2012-09-11 16:38:42 -07:00
BinderSpec.js test(sortedHtml): fix comment support in sortedHtml helper 2013-05-09 05:23:39 -07:00
jqLiteSpec.js fix(jqLite): correct implementation of mouseenter/mouseleave event 2013-04-29 18:28:29 +01:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
loaderSpec.js feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07:00
matchers.js chore(matchers): fix hasBeenCalledOnceWith matcher 2013-02-20 08:44:53 -08:00
testabilityPatch.js test(sortedHtml): ignore bogus rowspan=1 and colspan=1 in IE 2013-05-09 05:23:39 -07:00