<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.2.7</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-O</title>
<updated>2014-01-03T17:51:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-03T17:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3d38fff8b4ea2fd60fadef2028ea4dcddfccb1a4'/>
<id>3d38fff8b4ea2fd60fadef2028ea4dcddfccb1a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure class-based animations are always skipped before structural post-digest tasks are run</title>
<updated>2014-01-03T17:14:15+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-02T17:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bc492c0fc17257ddf2bc5964e205379aa766b3d8'/>
<id>bc492c0fc17257ddf2bc5964e205379aa766b3d8</id>
<content type='text'>
Closes #5582
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5582
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($filter): fix wrong param order in doc</title>
<updated>2014-01-03T10:43:22+00:00</updated>
<author>
<name>royling</name>
</author>
<published>2014-01-03T08:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=05596527edb055b094dd6b42ca118b411aa27eb2'/>
<id>05596527edb055b094dd6b42ca118b411aa27eb2</id>
<content type='text'>
fix wrong param order in doc for filter comparator
doc function param for filter expression

Closes #5365
Closes #5611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix wrong param order in doc for filter comparator
doc function param for filter expression

Closes #5365
Closes #5611
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(\$sniffer): fix minor typo</title>
<updated>2014-01-03T07:10:38+00:00</updated>
<author>
<name>Tiago Ribeiro</name>
</author>
<published>2013-12-26T21:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5fea3471e80e22db0bb79b67956a0143d31dace1'/>
<id>5fea3471e80e22db0bb79b67956a0143d31dace1</id>
<content type='text'>
Closes #5544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5544
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): prevent URL template from collapsing into an empty string</title>
<updated>2014-01-03T07:07:27+00:00</updated>
<author>
<name>Gias Kay Lee</name>
</author>
<published>2013-12-20T15:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=131e4014b831ac81b7979c4523da81ebc5861c70'/>
<id>131e4014b831ac81b7979c4523da81ebc5861c70</id>
<content type='text'>
if url template would result in an empty string, we should make a request
to '/' instead.

Closes #5455
Closes #5493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if url template would result in an empty string, we should make a request
to '/' instead.

Closes #5455
Closes #5493
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngShow/ngHide, ngIf): functions with zero args should be truthy</title>
<updated>2014-01-03T06:59:43+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2014-01-02T22:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=01c5be4681e34cdc5f5c461b7a618fefe8038919'/>
<id>01c5be4681e34cdc5f5c461b7a618fefe8038919</id>
<content type='text'>
Previously, expressions that were a function with one or more arguments evaluated to
true, but functions with zero arguments evaluated to false.

This behavior seems both unintentional and undesirable. This patch makes a function
truthy regardless of its number of arguments.

Closes #5414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, expressions that were a function with one or more arguments evaluated to
true, but functions with zero arguments evaluated to false.

This behavior seems both unintentional and undesirable. This patch makes a function
truthy regardless of its number of arguments.

Closes #5414
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(httpBackend): fix 'type mismatch' error on IE8 after each request</title>
<updated>2014-01-03T06:47:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-03T06:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd9a03e147aac7e952c6dda1f381fd4662276ba2'/>
<id>fd9a03e147aac7e952c6dda1f381fd4662276ba2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8</title>
<updated>2014-01-03T06:04:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-12-13T09:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6c17d02bc4cc02f478775d62e1f9f77da9da82ad'/>
<id>6c17d02bc4cc02f478775d62e1f9f77da9da82ad</id>
<content type='text'>
IE8's native XHR doesn't support PATCH requests, but the ActiveX one does.

I'm also removing the noxhr error doc because nobody will ever get that error.

Closes #2518
Closes #5043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE8's native XHR doesn't support PATCH requests, but the ActiveX one does.

I'm also removing the noxhr error doc because nobody will ever get that error.

Closes #2518
Closes #5043
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): $location.path() behaviour when $locationChangeStart is triggered by the browser</title>
<updated>2014-01-03T05:30:25+00:00</updated>
<author>
<name>Sebastian K</name>
</author>
<published>2013-11-22T13:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cf686285c22d528440e173fdb65ad1052d96df3c'/>
<id>cf686285c22d528440e173fdb65ad1052d96df3c</id>
<content type='text'>
Fixed inconsistency in $location.path() behaviour on the $locationChangeStart event when using
back/forward buttons in the browser or manually changing the url in the address bar.
$location.path() now returns the target url in these cases.

Closes #4989
Closes #5089
Closes #5118
Closes #5580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed inconsistency in $location.path() behaviour on the $locationChangeStart event when using
back/forward buttons in the browser or manually changing the url in the address bar.
$location.path() now returns the target url in these cases.

Closes #4989
Closes #5089
Closes #5118
Closes #5580
</pre>
</div>
</content>
</entry>
<entry>
<title>style($browser): remove ws, fix typo</title>
<updated>2014-01-03T05:30:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-03T05:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7dfedb732dad5ba1f1f21ff611a82ecf8327916c'/>
<id>7dfedb732dad5ba1f1f21ff611a82ecf8327916c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
