<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, 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): 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(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>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>
<entry>
<title>docs($sce): correct typo</title>
<updated>2014-03-07T23:12:40+00:00</updated>
<author>
<name>Sekib Omazic</name>
</author>
<published>2014-03-07T22:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4bab3d8227653eaf18c8556dd25287f57f19a861'/>
<id>4bab3d8227653eaf18c8556dd25287f57f19a861</id>
<content type='text'>
`consititute` -&gt; `constitute`

Typo fixed

Closes #6607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`consititute` -&gt; `constitute`

Typo fixed

Closes #6607
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngBind): fix typo</title>
<updated>2014-03-07T22:55:10+00:00</updated>
<author>
<name>Sekib Omazic</name>
</author>
<published>2014-03-07T22:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9c353b4f17ce4892cac482ae46f76d3bef648e2c'/>
<id>9c353b4f17ce4892cac482ae46f76d3bef648e2c</id>
<content type='text'>
`preferrable` -&gt; `preferable`

Typo fixed

Closes #6606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`preferrable` -&gt; `preferable`

Typo fixed

Closes #6606
</pre>
</div>
</content>
</entry>
<entry>
<title>style(jsdoc tags): remove/ammend invalid tags</title>
<updated>2014-03-07T20:05:59+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-03-07T19:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc57fe97e1be245fa08f25143302ee9dd850c5c9'/>
<id>dc57fe97e1be245fa08f25143302ee9dd850c5c9</id>
<content type='text'>
As highlighted by the new sterner dgeni.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As highlighted by the new sterner dgeni.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): support templates with thead and tfoot root elements</title>
<updated>2014-03-07T18:06:12+00:00</updated>
<author>
<name>Lucas Galfasó</name>
</author>
<published>2014-02-17T12:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53ec5e13e5955830b6751019eef232bd2125c0b6'/>
<id>53ec5e13e5955830b6751019eef232bd2125c0b6</id>
<content type='text'>
If the first element in a template is a &lt;thead&gt; or a &lt;tfoot&gt;, then
use the existing logic to handle table elements compilation.

Closes #6289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the first element in a template is a &lt;thead&gt; or a &lt;tfoot&gt;, then
use the existing logic to handle table elements compilation.

Closes #6289
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(input): support types date, time, datetime-local, month, week</title>
<updated>2014-03-06T20:21:15+00:00</updated>
<author>
<name>Ben Lesh</name>
</author>
<published>2013-12-04T04:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=46bd6dc88de252886d75426efc2ce8107a5134e9'/>
<id>46bd6dc88de252886d75426efc2ce8107a5134e9</id>
<content type='text'>
On older browser that don't support the new HTML5 inputs
and display a text input instead, the user is required to enter
the data in the corresponding ISO format. The value in `ng-model`
will always be a date.

E2e tests contain a workaround to a bug in webdriver,
see https://github.com/angular/protractor/issues/562.

Also adds weeks as format to the `dateFilter`.

Related to #757.
Closes #5864.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On older browser that don't support the new HTML5 inputs
and display a text input instead, the user is required to enter
the data in the corresponding ISO format. The value in `ng-model`
will always be a date.

E2e tests contain a workaround to a bug in webdriver,
see https://github.com/angular/protractor/issues/562.

Also adds weeks as format to the `dateFilter`.

Related to #757.
Closes #5864.
</pre>
</div>
</content>
</entry>
</feed>
