<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.3.0-beta.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>fix(style): expressions in style tags</title>
<updated>2014-03-06T10:19:30+00:00</updated>
<author>
<name>Sekib Omazic</name>
</author>
<published>2014-02-28T11:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0609453e1f9ae074f8d786df903096a6eadb6aa0'/>
<id>0609453e1f9ae074f8d786df903096a6eadb6aa0</id>
<content type='text'>
Enable data-binding for style tags.

Note: this feature does not work on IE8.

Closes #2387
Closes #6492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable data-binding for style tags.

Note: this feature does not work on IE8.

Closes #2387
Closes #6492
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($interval): cancel() takes a promise not a number</title>
<updated>2014-03-02T16:07:44+00:00</updated>
<author>
<name>MikeMcElroy</name>
</author>
<published>2014-02-27T21:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9bffccd935db50c005befdc800275cf6a4c37ec1'/>
<id>9bffccd935db50c005befdc800275cf6a4c37ec1</id>
<content type='text'>
Closes #6485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6485
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): ensure jsdoc type expressions are valid</title>
<updated>2014-03-02T15:02:29+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-27T21:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e89139dc9dd4a9c104d71167bea4987b766767df'/>
<id>e89139dc9dd4a9c104d71167bea4987b766767df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: enable jscs requireRightStickedOperators rule</title>
<updated>2014-03-01T00:47:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-03-01T00:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d3fbc25be21719e76907cacfcb0291788c79adc2'/>
<id>d3fbc25be21719e76907cacfcb0291788c79adc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(forms): generated CSS classes for forms and inputs must have a ng prefix</title>
<updated>2014-02-28T19:59:12+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-28T19:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d034a98ec4ef1e0c3c1727e23d1ccd971ae74e6'/>
<id>0d034a98ec4ef1e0c3c1727e23d1ccd971ae74e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
