<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, branch v1.0.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>refactor(ngRepeat): make use of declared variable</title>
<updated>2013-04-04T15:59:19+00:00</updated>
<author>
<name>Mark Chapman</name>
</author>
<published>2013-03-19T15:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5ecd6d4e0ac261cad8cec4f6e299c191fed6c692'/>
<id>5ecd6d4e0ac261cad8cec4f6e299c191fed6c692</id>
<content type='text'>
Rename unused arrayLength variable to arrayBound and use it inside loop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename unused arrayLength variable to arrayBound and use it inside loop
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngSwitch): improve the @usage example</title>
<updated>2013-04-02T04:35:02+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-04-02T04:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=10ae76673c200511f5da5aa1d5bea200b7be0fda'/>
<id>10ae76673c200511f5da5aa1d5bea200b7be0fda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(select): Fix ngOptions regexp capture comment.</title>
<updated>2013-03-20T18:45:42+00:00</updated>
<author>
<name>Arlen Christian Mart Cuss</name>
</author>
<published>2013-03-18T08:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=949775784237e8354baf1aeb417ce47d2a797b9c'/>
<id>949775784237e8354baf1aeb417ce47d2a797b9c</id>
<content type='text'>
Off-by-one error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Off-by-one error.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngCloak): update the CSS rule with data-ng-cloak</title>
<updated>2013-03-09T01:26:07+00:00</updated>
<author>
<name>Christian Vuerings</name>
</author>
<published>2013-03-08T17:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2b1f10266a6632b2c4b0c3c143c22279345b9d8f'/>
<id>2b1f10266a6632b2c4b0c3c143c22279345b9d8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): sanitize values bound to a[href]</title>
<updated>2013-02-20T08:40:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-19T17:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a8cc4497063118c766bdfa9464c9cbfc59413a81'/>
<id>a8cc4497063118c766bdfa9464c9cbfc59413a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngClass): keep track of old ngClass value manually</title>
<updated>2013-02-19T04:35:40+00:00</updated>
<author>
<name>Per Rovegård</name>
</author>
<published>2013-02-15T23:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2aa212b19c71df82287b4b074da3ab14cbf37348'/>
<id>2aa212b19c71df82287b4b074da3ab14cbf37348</id>
<content type='text'>
ngClassWatchAction, when called as a $watch function, gets the wrong old
value after it has been invoked previously due to observation of the
interpolated class attribute. As a result it doesn't remove classes
properly. Keeping track of the old value manually seems to fix this.

Closes #1637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ngClassWatchAction, when called as a $watch function, gets the wrong old
value after it has been invoked previously due to observation of the
interpolated class attribute. As a result it doesn't remove classes
properly. Keeping track of the old value manually seems to fix this.

Closes #1637
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(compile): should not leak memory when there are top level empty text nodes</title>
<updated>2013-02-18T13:04:24+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-02-18T12:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1f23cfe9c751f84d9fc996df6d54961b2e46e868'/>
<id>1f23cfe9c751f84d9fc996df6d54961b2e46e868</id>
<content type='text'>
The change to prevent &lt;span&gt; elements being wrapped around empty text nodes caused these empty text nodes to have scopes and controllers attached, through jqLite.data() calls, which led to memory leaks and errors in IE8.
Now we exclude all but document nodes and elements from having jqLite.data() set both in the compiler and in ng-view.

Fixes: #1968 and #1876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change to prevent &lt;span&gt; elements being wrapped around empty text nodes caused these empty text nodes to have scopes and controllers attached, through jqLite.data() calls, which led to memory leaks and errors in IE8.
Now we exclude all but document nodes and elements from having jqLite.data() set both in the compiler and in ng-view.

Fixes: #1968 and #1876
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(a): workaround IE bug affecting mailto urls</title>
<updated>2013-02-15T00:43:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-14T23:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8043784fd73a4768f4e904fd4121b21cd1fb49b4'/>
<id>8043784fd73a4768f4e904fd4121b21cd1fb49b4</id>
<content type='text'>
Apparently there is a really weird bug in IE6-8 that causes anchor textContent
to be reset with href content when both contain @ symbol.

Inserting a bogus comment node into all anchor elements in IE works around this
browser bug.

I'm fixing the issue via directive because that way we'll fix it for jQuery as
well.

I fixed an e2e test too because it was incorrect.

Closes #1949
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently there is a really weird bug in IE6-8 that causes anchor textContent
to be reset with href content when both contain @ symbol.

Inserting a bogus comment node into all anchor elements in IE works around this
browser bug.

I'm fixing the issue via directive because that way we'll fix it for jQuery as
well.

I fixed an e2e test too because it was incorrect.

Closes #1949
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngSwitch): make ngSwitch compatible with controller BC module</title>
<updated>2013-02-14T23:38:20+00:00</updated>
<author>
<name>deboer</name>
</author>
<published>2013-02-08T20:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce3b6164328771a7bcb05e4c1b20f0bbfc4ac440'/>
<id>ce3b6164328771a7bcb05e4c1b20f0bbfc4ac440</id>
<content type='text'>
add a $scope to the ngSwitch's controller to fool the controller
BC (backwards compatibility) module used by DFA.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add a $scope to the ngSwitch's controller to fool the controller
BC (backwards compatibility) module used by DFA.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngClass): fix typo in description</title>
<updated>2013-02-04T10:37:19+00:00</updated>
<author>
<name>PowerKiKi</name>
</author>
<published>2013-02-04T07:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e283abe171091db7a5229ae30f904637f429f856'/>
<id>e283abe171091db7a5229ae30f904637f429f856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
