<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/.jshintrc, branch master</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($http): allow sending Blob data using $http</title>
<updated>2014-03-15T18:41:07+00:00</updated>
<author>
<name>Bruno Baia</name>
</author>
<published>2013-11-18T23:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b8cc71d476f76ff51e719fb76fb2348027c858ce'/>
<id>b8cc71d476f76ff51e719fb76fb2348027c858ce</id>
<content type='text'>
Closes #5012
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5012
</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($compile): ensure CSS classes are added and removed only when necessary</title>
<updated>2013-11-22T01:47:44+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-19T03:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0cd7e8f22721f62b62440bb059ae764ebbe7b42a'/>
<id>0cd7e8f22721f62b62440bb059ae764ebbe7b42a</id>
<content type='text'>
When $compile interpolates a CSS class attribute expression it will
do so by comparing the CSS class value already present on the element.
This may lead to unexpected results when dealing with ngClass values being
added and removed therefore it is best that both compile and ngClass delegate
addClass/removeClass operations to the same block of code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When $compile interpolates a CSS class attribute expression it will
do so by comparing the CSS class value already present on the element.
This may lead to unexpected results when dealing with ngClass values being
added and removed therefore it is best that both compile and ngClass delegate
addClass/removeClass operations to the same block of code.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngClass): ensure that ngClass only adds/removes the changed classes</title>
<updated>2013-11-20T22:15:56+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-15T04:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6b8bbe4d90640542eed5607a8c91f6b977b1d6c0'/>
<id>6b8bbe4d90640542eed5607a8c91f6b977b1d6c0</id>
<content type='text'>
ngClass works by removing all the former classes and then adding all the
new classes to the element during each watch change operation. This may
cause transition animations to never render. The ngClass directive will
now only add and remove the classes that change during each watch operation.

Closes #4960
Closes #4944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ngClass works by removing all the former classes and then adding all the
new classes to the element during each watch change operation. This may
cause transition animations to never render. The ngClass directive will
now only add and remove the classes that change during each watch operation.

Closes #4960
Closes #4944
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: move getBlockElements to Angular.js</title>
<updated>2013-10-30T23:21:02+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-10-30T21:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6578bd0c82b5cbb0cd6f6fea0787fb7ce820d4e7'/>
<id>6578bd0c82b5cbb0cd6f6fea0787fb7ce820d4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(grunt): add jshint tasks</title>
<updated>2013-10-22T22:32:40+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-21T08:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=934a95d3ef3f72dfc37b0b564624cb4a1286d4f4'/>
<id>934a95d3ef3f72dfc37b0b564624cb4a1286d4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
