<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, 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>docs($route): fix formatting of example code</title>
<updated>2014-03-07T11:19:17+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-03-07T11:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0e066693f21a333cbafe6c3f2877a52843605a1b'/>
<id>0e066693f21a333cbafe6c3f2877a52843605a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>style: enable jscs requireLeftStickedOperators rule</title>
<updated>2014-03-06T00:30:51+00:00</updated>
<author>
<name>Timothée Jeannin</name>
</author>
<published>2014-03-04T19:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=933537860247de35c21db060ae9ae1f87bb30d53'/>
<id>933537860247de35c21db060ae9ae1f87bb30d53</id>
<content type='text'>
Closed #6544.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closed #6544.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(loader): remove duplicate "the"</title>
<updated>2014-03-03T00:25:19+00:00</updated>
<author>
<name>Ole Michaelis</name>
</author>
<published>2014-03-02T23:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bf82c8a7089f36d740336079a2ec7f7498b902c9'/>
<id>bf82c8a7089f36d740336079a2ec7f7498b902c9</id>
<content type='text'>
Typo fixup

Closes #6521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo fixup

Closes #6521
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngView): rename controller suffix in ngView example</title>
<updated>2014-03-02T21:37:29+00:00</updated>
<author>
<name>Gronblom Sam</name>
</author>
<published>2014-01-15T10:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d5f208488376a4a2821dce0a24a4923aca8ff9d0'/>
<id>d5f208488376a4a2821dce0a24a4923aca8ff9d0</id>
<content type='text'>
- According to
  https://github.com/angular/angular.js/blob/5bf81bc111a866ec65ef86c01336911e577df5df/docs/content/guide/controller.ngdoc#L166
  Ctrl should be the suffix for a controller

Closes #5817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- According to
  https://github.com/angular/angular.js/blob/5bf81bc111a866ec65ef86c01336911e577df5df/docs/content/guide/controller.ngdoc#L166
  Ctrl should be the suffix for a controller

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