<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng/directive, branch v1.1.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(directive): added ng-open boolean directive</title>
<updated>2013-01-19T05:16:16+00:00</updated>
<author>
<name>David Chang</name>
</author>
<published>2013-01-18T04:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b8bd4d5460d9952e9a3bb14992636b17859bd457'/>
<id>b8bd4d5460d9952e9a3bb14992636b17859bd457</id>
<content type='text'>
Closes# 1797 add ng-open attribute</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes# 1797 add ng-open attribute</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngSwitch): don't leak when destroyed while not attached</title>
<updated>2013-01-18T08:03:28+00:00</updated>
<author>
<name>danilsomsikov</name>
</author>
<published>2013-01-11T17:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a26234f7183013e2fcc9b35377e181ad96dc9917'/>
<id>a26234f7183013e2fcc9b35377e181ad96dc9917</id>
<content type='text'>
The leak can occur when ngSwich is used inside ngRepeat or any other
directive which is destroyed while its transcluded content (which
includes ngSwitch) is not attached to the DOM.

Refactor ngSwitch to use controller instead of storing data on compile
node. This means that we don't need to clean up the jq data cache.
Controller reference is released when the linking fn is released.

Closes #1621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The leak can occur when ngSwich is used inside ngRepeat or any other
directive which is destroyed while its transcluded content (which
includes ngSwitch) is not attached to the DOM.

Refactor ngSwitch to use controller instead of storing data on compile
node. This means that we don't need to clean up the jq data cache.
Controller reference is released when the linking fn is released.

Closes #1621
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngRepeat): correctly apply $last if repeating over object</title>
<updated>2013-01-17T08:25:30+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-01-11T12:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7e746015ea7dec3e9eb81bc4678fa9b6a83bc47c'/>
<id>7e746015ea7dec3e9eb81bc4678fa9b6a83bc47c</id>
<content type='text'>
If the $last property is calculated from the original collectionLength
on an object and properties starting with $ were filtered out, then $last
is never applied and $middle is applied erroniously.

Closes #1789
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the $last property is calculated from the original collectionLength
on an object and properties starting with $ were filtered out, then $last
is never applied and $middle is applied erroniously.

Closes #1789
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(directive): ng:keydown, ng:keyup</title>
<updated>2012-12-18T21:57:58+00:00</updated>
<author>
<name>Mark Nadig</name>
</author>
<published>2012-11-28T23:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e03182f018f5069acd5e883ce2e9349b83f2d03f'/>
<id>e03182f018f5069acd5e883ce2e9349b83f2d03f</id>
<content type='text'>
New directives for binding to keydown and keyup events.

Closes #1035
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New directives for binding to keydown and keyup events.

Closes #1035
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(select): support optgroup + select[multiple] combo</title>
<updated>2012-12-05T01:20:11+00:00</updated>
<author>
<name>_pants</name>
</author>
<published>2012-11-29T16:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=26adeb119bc4fafa6286de484626b8de4170abc9'/>
<id>26adeb119bc4fafa6286de484626b8de4170abc9</id>
<content type='text'>
Closes #1553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1553
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngRepeat): support mostly-stable repeating for primitives</title>
<updated>2012-11-26T19:36:53+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=1b17dfa693c36607ea86c7129a8612f7771c2f22'/>
<id>1b17dfa693c36607ea86c7129a8612f7771c2f22</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:36:52+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=c8e9105fe685e95340336b57cb85faebbc7955cc'/>
<id>c8e9105fe685e95340336b57cb85faebbc7955cc</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:17:11+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=e7d37ee45ac48b0ff2a3d43f7236d316be6c241e'/>
<id>e7d37ee45ac48b0ff2a3d43f7236d316be6c241e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(form): add ability to reset a form to pristine state</title>
<updated>2012-11-26T15:44:34+00:00</updated>
<author>
<name>Pawel Kozlowski</name>
</author>
<published>2012-07-07T17:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=733a97adf87bf8f7ec6be22b37c4676cf7b5fc2b'/>
<id>733a97adf87bf8f7ec6be22b37c4676cf7b5fc2b</id>
<content type='text'>
Retting a form to pristine state will cause all of the nested
form and form controls to be recursively reset as well.

Closes #856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Retting a form to pristine state will cause all of the nested
form and form controls to be recursively reset as well.

Closes #856
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(select): select option with a label of 0 is not shown</title>
<updated>2012-10-31T22:03:13+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=b3cae4f457f1688346bbd0b08cccc9c504f83406'/>
<id>b3cae4f457f1688346bbd0b08cccc9c504f83406</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>
</feed>
