<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng/directive, branch v1.0.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(ngRepeat): support mostly-stable repeating for primitives</title>
<updated>2012-11-26T20:33:45+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T21:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cde2f1a868ffacdc592803358130587fd73aca7b'/>
<id>cde2f1a868ffacdc592803358130587fd73aca7b</id>
<content type='text'>
I'm reverting changes that were originally done to ngRepeat to fix #933,
because these are now not necessary after the previous changes to keep
ngModel always synced with the DOM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm reverting changes that were originally done to ngRepeat to fix #933,
because these are now not necessary after the previous changes to keep
ngModel always synced with the DOM.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngRepeat): clean up and improve tests</title>
<updated>2012-11-26T19:39:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T15:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6e2c38f54dc012dc919cdd7f7ab9b73dc1e99c66'/>
<id>6e2c38f54dc012dc919cdd7f7ab9b73dc1e99c66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngRepeat): add test for issue #1076</title>
<updated>2012-11-26T19:38:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-26T19:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ff4b3e20c1bcf8f4c76114f5537c8857393c9b2b'/>
<id>ff4b3e20c1bcf8f4c76114f5537c8857393c9b2b</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): select option with a label of 0 is not shown</title>
<updated>2012-10-31T22:03:48+00:00</updated>
<author>
<name>Sudhir Jonathan</name>
</author>
<published>2012-10-21T07:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d981c2a3ecfaf572a836c7533ee3a9553aae327d'/>
<id>d981c2a3ecfaf572a836c7533ee3a9553aae327d</id>
<content type='text'>
Bug caused by the use of the `||` operator to replace all non-truthy
values with an empty string. Changed to replace only `undefined` values.

Closes #1401
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug caused by the use of the `||` operator to replace all non-truthy
values with an empty string. Changed to replace only `undefined` values.

Closes #1401
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-repeat) to work with primitive types</title>
<updated>2012-09-11T23:38:42+00:00</updated>
<author>
<name>Zhenbo Zhang</name>
</author>
<published>2012-05-08T21:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f7a8f17fc72f603de11ca89170bc8d1cad4dae6a'/>
<id>f7a8f17fc72f603de11ca89170bc8d1cad4dae6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(FormController): propagate dirty state to parent forms</title>
<updated>2012-09-06T22:54:19+00:00</updated>
<author>
<name>Kai Groner</name>
</author>
<published>2012-06-07T03:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3d7c752e276f67af6b3bd343babe3606bde1bebe'/>
<id>3d7c752e276f67af6b3bd343babe3606bde1bebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngSrc): don't set src if value is empty string</title>
<updated>2012-09-06T22:49:49+00:00</updated>
<author>
<name>Xiangru Chen</name>
</author>
<published>2012-07-14T09:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd3071843ca53a34a084f5d495f9f0aea82f2ef5'/>
<id>fd3071843ca53a34a084f5d495f9f0aea82f2ef5</id>
<content type='text'>
Current implementation of ngSrc may lead to empty src attribute when page is loading.

For example:

&lt;img ng-src="{{image.url}}"&gt;
can be temporarily rendered as

&lt;img src=""&gt;
before the image resource is loaded.

Some browser emits a request to the current page when seeing &lt;img src=""&gt; (Firefox13 and IE8 will, Chromium20 won't), which leads to performance problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current implementation of ngSrc may lead to empty src attribute when page is loading.

For example:

&lt;img ng-src="{{image.url}}"&gt;
can be temporarily rendered as

&lt;img src=""&gt;
before the image resource is loaded.

Some browser emits a request to the current page when seeing &lt;img src=""&gt; (Firefox13 and IE8 will, Chromium20 won't), which leads to performance problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngClassEven/Odd): filtering/ordering and repeater</title>
<updated>2012-09-06T22:49:48+00:00</updated>
<author>
<name>petrovalex</name>
</author>
<published>2012-08-14T19:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a56aaa9877d90c7ea6715b4647c1b7b8c6f8e7fd'/>
<id>a56aaa9877d90c7ea6715b4647c1b7b8c6f8e7fd</id>
<content type='text'>
Closes #1076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1076
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngClass): works with class interpolation</title>
<updated>2012-09-06T22:49:48+00:00</updated>
<author>
<name>Max Martinsson</name>
</author>
<published>2012-06-07T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=79bb7b1f0b6ded0ca84660f387f406de98f5bdf1'/>
<id>79bb7b1f0b6ded0ca84660f387f406de98f5bdf1</id>
<content type='text'>
Closes #1016
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1016
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: fix(ng-repeat) to work with primitive types</title>
<updated>2012-08-31T20:44:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-31T20:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0e1545eb04f217f24ecd4e1474cf4cb31c8c3ef0'/>
<id>0e1545eb04f217f24ecd4e1474cf4cb31c8c3ef0</id>
<content type='text'>
this commit was accidentaly merged. it needs more work and we don't
have CLA signature

This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit was accidentaly merged. it needs more work and we don't
have CLA signature

This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a.
</pre>
</div>
</content>
</entry>
</feed>
