<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, branch v1.2.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(input): don't perform HTML5 validation on updated model-value</title>
<updated>2014-03-24T14:57:42+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-03-23T02:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b2363e31023df8240113f68b4e01d942f8009b60'/>
<id>b2363e31023df8240113f68b4e01d942f8009b60</id>
<content type='text'>
Running html5-validation immediately after model-value is updated is incorrect, because the view
has not updated, and HTML5 constraint validation has not adjusted.

Closes #6796
Closes #6806
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running html5-validation immediately after model-value is updated is incorrect, because the view
has not updated, and HTML5 constraint validation has not adjusted.

Closes #6796
Closes #6806
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(booleanAttrs): fix typo</title>
<updated>2014-03-21T18:42:17+00:00</updated>
<author>
<name>Sekib Omazic</name>
</author>
<published>2014-03-08T21:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c0416866f597e489c6c332f3f53dd15d515baf31'/>
<id>c0416866f597e489c6c332f3f53dd15d515baf31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngForm): remove duplicate @param annotation</title>
<updated>2014-03-21T18:42:17+00:00</updated>
<author>
<name>David Rogers</name>
</author>
<published>2014-03-17T20:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8f7f0d26eddc3d609303f9c2836f7dc42a55c3f2'/>
<id>8f7f0d26eddc3d609303f9c2836f7dc42a55c3f2</id>
<content type='text'>
When the example for `ngAnimate` was added in commit:3344396, the `@param name` annotation was unintentionally duplicated. Remove this duplicate.

Closes #6720
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the example for `ngAnimate` was added in commit:3344396, the `@param name` annotation was unintentionally duplicated. Remove this duplicate.

Closes #6720
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngInclude): make the quote type explicit</title>
<updated>2014-03-21T18:42:17+00:00</updated>
<author>
<name>Mark Jones</name>
</author>
<published>2014-03-08T19:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=57b0d91fd88982ddcc002f038426685e85ce04b2'/>
<id>57b0d91fd88982ddcc002f038426685e85ce04b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(select): avoid checking option element selected properties in render</title>
<updated>2014-03-20T21:27:02+00:00</updated>
<author>
<name>Jeff Balboni</name>
</author>
<published>2014-01-26T21:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc149de9364c66b988f169f67cad39577ba43434'/>
<id>dc149de9364c66b988f169f67cad39577ba43434</id>
<content type='text'>
In Firefox, hovering over an option in an open select menu updates the selected property of option
elements. This means that when a render is triggered by the digest cycle, and the list of options
is being rendered, the selected properties are reset to the values from the model and the option
hovered over changes. This fix changes the code to only use DOM elements' selected properties in a
comparison when a change event has been fired. Otherwise, the internal new and existing option
arrays are used.

Closes #2448
Closes #5994
Closes #6769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Firefox, hovering over an option in an open select menu updates the selected property of option
elements. This means that when a render is triggered by the digest cycle, and the list of options
is being rendered, the selected properties are reset to the values from the model and the option
hovered over changes. This fix changes the code to only use DOM elements' selected properties in a
comparison when a change event has been fired. Otherwise, the internal new and existing option
arrays are used.

Closes #2448
Closes #5994
Closes #6769
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRepeat): Separate animation class in new lines</title>
<updated>2014-03-11T17:40:51+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=1102ffaaf8afb3d985965220bc32d3126703ad49'/>
<id>1102ffaaf8afb3d985965220bc32d3126703ad49</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(ngBind): fix typo</title>
<updated>2014-03-11T17:35:42+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=cfc6175aabb9f052603af352836a199232e69364'/>
<id>cfc6175aabb9f052603af352836a199232e69364</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-11T10:16:38+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=e9e8d49216aca962f9225736faa2507c48b16491'/>
<id>e9e8d49216aca962f9225736faa2507c48b16491</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>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>
</feed>
