<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/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>docs(ngOpen): fix typo in api docs</title>
<updated>2013-01-23T06:58:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-23T06:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b62327ec2de6d78b85e0662bb55b3d5b54a50f34'/>
<id>b62327ec2de6d78b85e0662bb55b3d5b54a50f34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>revert: fix(a): prevent Opera from incorrectly navigating on link click</title>
<updated>2013-01-08T19:47:22+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-08T19:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=14948cf5d97fbe0be6fc7f884af65fd73c50e572'/>
<id>14948cf5d97fbe0be6fc7f884af65fd73c50e572</id>
<content type='text'>
This reverts commit c81d8176cc55cd15acae05259ead73f90a01f0b7.

This commit causes several issues (#1651, #1674, #1662) and doesn't even
contain a test that proves that anything on Opera got actually fixed.

If the original Opera resurfaces, we'll fix it properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c81d8176cc55cd15acae05259ead73f90a01f0b7.

This commit causes several issues (#1651, #1674, #1662) and doesn't even
contain a test that proves that anything on Opera got actually fixed.

If the original Opera resurfaces, we'll fix it properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(form): minor form doc and example fixes</title>
<updated>2013-01-04T08:28:35+00:00</updated>
<author>
<name>Jonathan Card</name>
</author>
<published>2012-12-16T21:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=36089931a578e6ffe204a1ed17f1773cb9a90dd0'/>
<id>36089931a578e6ffe204a1ed17f1773cb9a90dd0</id>
<content type='text'>
Form documentation fixes:
- Fix broken form example in docs
- A few small other corrections in form docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Form documentation fixes:
- Fix broken form example in docs
- A few small other corrections in form docs.
</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>docs(ngView): fix code example (change template to templateUrl)</title>
<updated>2012-12-17T22:18:12+00:00</updated>
<author>
<name>Pawel Kozlowski</name>
</author>
<published>2012-12-17T22:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f2d526190a4fb38d1192803dccc9b60492e9ab76'/>
<id>f2d526190a4fb38d1192803dccc9b60492e9ab76</id>
<content type='text'>
Closes #1715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1715
</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(ngClassOdd/ngClassEven): support shrinking/reordering in repeaters</title>
<updated>2012-11-26T19:36:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T21:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d859dcecea654d1d858cd756c6efb8435a453197'/>
<id>d859dcecea654d1d858cd756c6efb8435a453197</id>
<content type='text'>
We need to watch $index in addition to cssClasses because only then
we can correctly respond to shrinking or reordered repeaters.

Closes #1076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to watch $index in addition to cssClasses because only then
we can correctly respond to shrinking or reordered repeaters.

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