<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.3.0-beta.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($http): don't covert 0 status codes to 404 for non-file protocols</title>
<updated>2014-03-14T20:44:56+00:00</updated>
<author>
<name>Pawel Kozlowski</name>
</author>
<published>2014-03-01T11:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=56e73ea355c851fdfd574d6d2a9e2fcb75677945'/>
<id>56e73ea355c851fdfd574d6d2a9e2fcb75677945</id>
<content type='text'>
PR #5547 introduced conversion of all 0 status codes to 404 for cases
where no response was recieved (previously this was done for the
file:// protocol only). But this mechanism is too eager and
masks legitimate cases where status 0 should be returned. This commits
reverts to the previous mechanism of handling 0 status code for the
file:// protocol (converting 0 to 404) while retaining the returned
status code 0 for all the protocols other than file://

Fixes #6074
Fixes #6155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR #5547 introduced conversion of all 0 status codes to 404 for cases
where no response was recieved (previously this was done for the
file:// protocol only). But this mechanism is too eager and
masks legitimate cases where status 0 should be returned. This commits
reverts to the previous mechanism of handling 0 status code for the
file:// protocol (converting 0 to 404) while retaining the returned
status code 0 for all the protocols other than file://

Fixes #6074
Fixes #6155
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($$rAF): always fallback to a $timeout incase native rAF isn't supported</title>
<updated>2014-03-14T16:42:07+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-03-14T16:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7b5e019981f352add88be2984de68e553d1bfa93'/>
<id>7b5e019981f352add88be2984de68e553d1bfa93</id>
<content type='text'>
Closes #6654
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6654
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngAnimate): setting classNameFilter disables animation inside ng-if</title>
<updated>2014-03-14T16:40:40+00:00</updated>
<author>
<name>Tomer Chachamu</name>
</author>
<published>2014-03-04T15:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=129e2e021ab1d773874428cd1fb329eae72797c4'/>
<id>129e2e021ab1d773874428cd1fb329eae72797c4</id>
<content type='text'>
Closes #6539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6539
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngMock): grammar nitpick.</title>
<updated>2014-03-13T23:52:59+00:00</updated>
<author>
<name>Nick Heiner</name>
</author>
<published>2014-03-13T23:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=79592ce9e2204e09559d9b67fd460fcaec1b2fea'/>
<id>79592ce9e2204e09559d9b67fd460fcaec1b2fea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($resource): fix example using promise</title>
<updated>2014-03-13T23:33:38+00:00</updated>
<author>
<name>Wesley Cho</name>
</author>
<published>2014-01-28T03:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=91ef3a31a0080de2b5a3db8f2a20dba00dcd2ae1'/>
<id>91ef3a31a0080de2b5a3db8f2a20dba00dcd2ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix (ngAnimate): fix requestAnimationFrame for old version of Firefox</title>
<updated>2014-03-13T23:31:11+00:00</updated>
<author>
<name>Thomas Belin</name>
</author>
<published>2014-03-04T16:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cea44b3e861e070a857f7a962ed600ace3678798'/>
<id>cea44b3e861e070a857f7a962ed600ace3678798</id>
<content type='text'>
The recent $$RAFProvider which is a wrapper for the native
requestAnimationFrame method doesn't use the mozRequestAnimationFrame.
Old versions of FF (20 for example) crash if ngAnimate is included

No breaking changes and fix issue https://github.com/angular/angular.js/issues/6535

Closes #6535
Closes #6540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recent $$RAFProvider which is a wrapper for the native
requestAnimationFrame method doesn't use the mozRequestAnimationFrame.
Old versions of FF (20 for example) crash if ngAnimate is included

No breaking changes and fix issue https://github.com/angular/angular.js/issues/6535

Closes #6535
Closes #6540
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(route.js): changed html entities lt gt to &lt; and &gt;</title>
<updated>2014-03-10T22:37:44+00:00</updated>
<author>
<name>Louis Haußknecht</name>
</author>
<published>2014-03-10T20:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d6419d0aff4194675ed816f74eb688070ba45285'/>
<id>d6419d0aff4194675ed816f74eb688070ba45285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRepeat): Separate animation class in new lines</title>
<updated>2014-03-10T22:34:16+00:00</updated>
<author>
<name>Basem Mostafa</name>
</author>
<published>2014-03-10T20:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=55848a913952b7753bf5aab43bfd6c91c0a80d50'/>
<id>55848a913952b7753bf5aab43bfd6c91c0a80d50</id>
<content type='text'>
Moving to new lines &amp; making it bold to avoid confusion
when they r all in same line without any separation

Closes #6633
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moving to new lines &amp; making it bold to avoid confusion
when they r all in same line without any separation

Closes #6633
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($route): change routes property to correct type</title>
<updated>2014-03-10T09:19:57+00:00</updated>
<author>
<name>doodeec</name>
</author>
<published>2014-03-05T17:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d8de2d3ea44a8bb1f0702ccf7a4542200452f16'/>
<id>0d8de2d3ea44a8bb1f0702ccf7a4542200452f16</id>
<content type='text'>
change $route.routes property type to Object, property is marked incorrectly as an Array

Closes #6552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change $route.routes property type to Object, property is marked incorrectly as an Array

Closes #6552
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(): whitelist blob urls for sanitization of data-bound image urls</title>
<updated>2014-03-10T08:39:15+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-03-10T08:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=47ab8df455df1f1391b760e1fbcc5c21645512b8'/>
<id>47ab8df455df1f1391b760e1fbcc5c21645512b8</id>
<content type='text'>
Closes #4623
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4623
</pre>
</div>
</content>
</entry>
</feed>
