<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng, branch v1.1.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($http): only set X-XSFR-TOKEN header for same-domain request</title>
<updated>2012-11-26T22:58:59+00:00</updated>
<author>
<name>Rado Kirov</name>
</author>
<published>2012-09-28T22:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fce100a46c5681562253c3a856d67bbd35fbc2f2'/>
<id>fce100a46c5681562253c3a856d67bbd35fbc2f2</id>
<content type='text'>
This is needed to prevent CORS preflight checks. The XSFR token
is quite useless for CORS requests anyway.

BREAKING CHANGE: X-XSFR-TOKEN is no longer send for cross domain
requests. This shouldn't affect any known production service.

Closes #1096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed to prevent CORS preflight checks. The XSFR token
is quite useless for CORS requests anyway.

BREAKING CHANGE: X-XSFR-TOKEN is no longer send for cross domain
requests. This shouldn't affect any known production service.

Closes #1096
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): remove 'X-Requested-With' from header defaults</title>
<updated>2012-11-26T22:36:40+00:00</updated>
<author>
<name>Rado Kirov</name>
</author>
<published>2012-10-12T19:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3a75b1124d062f64093a90b26630938558909e8d'/>
<id>3a75b1124d062f64093a90b26630938558909e8d</id>
<content type='text'>
X-Requested-With header is rarely used in practice and by using
it all the time we are triggering preflight checks for crossdomain
requests.

We could try detecting if we are doing CORS requests or not, but
it doesn't look like it's worth the trouble.

BREAKING CHANGE: X-Requested-With header is not set by $http service
any more. If anyone actually uses this header it's quite easy to add
it back via:

```
myAppModule.config(['$httpProvider', function($httpProvider) {
    $httpProvider.defaults.headers.common["X-Requested-With"] = 'XMLHttpRequest';
}]);
```

Closes #1004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
X-Requested-With header is rarely used in practice and by using
it all the time we are triggering preflight checks for crossdomain
requests.

We could try detecting if we are doing CORS requests or not, but
it doesn't look like it's worth the trouble.

BREAKING CHANGE: X-Requested-With header is not set by $http service
any more. If anyone actually uses this header it's quite easy to add
it back via:

```
myAppModule.config(['$httpProvider', function($httpProvider) {
    $httpProvider.defaults.headers.common["X-Requested-With"] = 'XMLHttpRequest';
}]);
```

Closes #1004
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): reset $location.$$replace with every watch call</title>
<updated>2012-11-26T22:21:02+00:00</updated>
<author>
<name>Rado Kirov</name>
</author>
<published>2012-09-22T01:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a32bc40fd75ca46e3581ad7a6e3a24a31df6e266'/>
<id>a32bc40fd75ca46e3581ad7a6e3a24a31df6e266</id>
<content type='text'>
Closes #1111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1111
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngRepeat): support mostly-stable repeating for primitives</title>
<updated>2012-11-26T19:36:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T21:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1b17dfa693c36607ea86c7129a8612f7771c2f22'/>
<id>1b17dfa693c36607ea86c7129a8612f7771c2f22</id>
<content type='text'>
I'm reverting changes that were originally done to ngRepeat to fix #933,
because these are now not necessary after the previous changes to keep
ngModel always synced with the DOM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm reverting changes that were originally done to ngRepeat to fix #933,
because these are now not necessary after the previous changes to keep
ngModel always synced with the DOM.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngRepeat): clean up and improve tests</title>
<updated>2012-11-26T19:36:52+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T15:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c8e9105fe685e95340336b57cb85faebbc7955cc'/>
<id>c8e9105fe685e95340336b57cb85faebbc7955cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngRepeat): add test for issue #1076</title>
<updated>2012-11-26T19:17:11+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-26T19:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e7d37ee45ac48b0ff2a3d43f7236d316be6c241e'/>
<id>e7d37ee45ac48b0ff2a3d43f7236d316be6c241e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(form): add ability to reset a form to pristine state</title>
<updated>2012-11-26T15:44:34+00:00</updated>
<author>
<name>Pawel Kozlowski</name>
</author>
<published>2012-07-07T17:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=733a97adf87bf8f7ec6be22b37c4676cf7b5fc2b'/>
<id>733a97adf87bf8f7ec6be22b37c4676cf7b5fc2b</id>
<content type='text'>
Retting a form to pristine state will cause all of the nested
form and form controls to be recursively reset as well.

Closes #856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Retting a form to pristine state will cause all of the nested
form and form controls to be recursively reset as well.

Closes #856
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Scope): allow removing a listener during event</title>
<updated>2012-11-25T10:39:54+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-09-25T08:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e6966e05f508d1d2633b9ff327fea912b12555ac'/>
<id>e6966e05f508d1d2633b9ff327fea912b12555ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($cacheFactory): cache.put now returns the added value</title>
<updated>2012-11-24T23:01:34+00:00</updated>
<author>
<name>JP Sugarbroad</name>
</author>
<published>2012-11-15T23:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=168db33985aa025eb48bc21087717ab70da0bd72'/>
<id>168db33985aa025eb48bc21087717ab70da0bd72</id>
<content type='text'>
This allows common programming patterns to be expressed with more
concise code.

See #1583 for code examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows common programming patterns to be expressed with more
concise code.

See #1583 for code examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): config.param should expand array values properly</title>
<updated>2012-11-24T21:26:23+00:00</updated>
<author>
<name>Tom Davis</name>
</author>
<published>2012-09-14T21:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=79af2badcb087881e3fd600f6ae5bf3f86a2daf8'/>
<id>79af2badcb087881e3fd600f6ae5bf3f86a2daf8</id>
<content type='text'>
Today, calling e.g. $http(url, { params: { a: [1,2,3] } }) results in a query
string like "?a=%5B1%2C2%2C3%5D" which is undesirable. This commit enhances
buildURL to createa query string like "?a=1&amp;a=2&amp;a=3".

BREAKING CHANGE: if the server relied on the buggy behavior then either the
backend should be fixed or a simple serialization of the array should be done
on the client before calling the $http service.

Closes #1363
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Today, calling e.g. $http(url, { params: { a: [1,2,3] } }) results in a query
string like "?a=%5B1%2C2%2C3%5D" which is undesirable. This commit enhances
buildURL to createa query string like "?a=1&amp;a=2&amp;a=3".

BREAKING CHANGE: if the server relied on the buggy behavior then either the
backend should be fixed or a simple serialization of the array should be done
on the client before calling the $http service.

Closes #1363
</pre>
</div>
</content>
</entry>
</feed>
