<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.2.11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(http): make jshint happy</title>
<updated>2014-02-01T01:03:30+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-01T01:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6609e3da76dd898cfe85f75f23ab2e39fee65fe5'/>
<id>6609e3da76dd898cfe85f75f23ab2e39fee65fe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): update httpBackend to use ActiveXObject on IE8 if necessary</title>
<updated>2014-02-01T00:52:42+00:00</updated>
<author>
<name>Jorg</name>
</author>
<published>2014-01-08T01:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ef210e5e119db4f5bfc9d2428b19f9b335c4f976'/>
<id>ef210e5e119db4f5bfc9d2428b19f9b335c4f976</id>
<content type='text'>
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode,
in which case Angular should be using the ActiveXObject instead. Just checking the browser
version is taking too many shortcuts.

Closes #5677
Closes #5679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode,
in which case Angular should be using the ActiveXObject instead. Just checking the browser
version is taking too many shortcuts.

Closes #5677
Closes #5679
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($q): make $q.reject support `finally` and `catch`</title>
<updated>2014-01-31T19:38:06+00:00</updated>
<author>
<name>Lucas Galfasó</name>
</author>
<published>2014-01-31T18:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=074b0675a1f97dce07f520f1ae6198ed3c604000'/>
<id>074b0675a1f97dce07f520f1ae6198ed3c604000</id>
<content type='text'>
Add support for the functions `finally` and `catch` to the
promise returned by `$q.reject`

Closes #6048
Closes #6076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the functions `finally` and `catch` to the
promise returned by `$q.reject`

Closes #6048
Closes #6076
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): retain CSS classes added in cloneAttachFn on asynchronous directives</title>
<updated>2014-01-31T17:45:35+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-01-03T16:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5ed721b9b5e95ae08450e1ae9d5202e7f3f79295'/>
<id>5ed721b9b5e95ae08450e1ae9d5202e7f3f79295</id>
<content type='text'>
Previously, classes added to asynchronous directive elements during the clone
attach function would not persist after the node is merged with the template, prior
to linking. This change corrects this behaviour and brings it in line with synchronous
directives.

Closes #5439
Closes #5617
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, classes added to asynchronous directive elements during the clone
attach function would not persist after the node is merged with the template, prior
to linking. This change corrects this behaviour and brings it in line with synchronous
directives.

Closes #5439
Closes #5617
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(filterFilter): don't interpret dots in predicate object fields as paths</title>
<updated>2014-01-31T11:16:46+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-28T01:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=339a1658cd9bfa5e322a01c45aa0a1df67e3a842'/>
<id>339a1658cd9bfa5e322a01c45aa0a1df67e3a842</id>
<content type='text'>
Closes #6005
Closes #6009
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6005
Closes #6009
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): clarify doc for "args" in $broadcast and $emit</title>
<updated>2014-01-31T00:50:08+00:00</updated>
<author>
<name>Brad Williams</name>
</author>
<published>2014-01-29T18:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=caed2dfe4feeac5d19ecea2dbb1456b7fde21e6d'/>
<id>caed2dfe4feeac5d19ecea2dbb1456b7fde21e6d</id>
<content type='text'>
Closes #6047.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6047.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(docs): convert example end to end doc tests from scenario runner to protractor</title>
<updated>2014-01-28T19:14:20+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-12T00:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7aef2d54e0a48fae18a289813f699962d8310565'/>
<id>7aef2d54e0a48fae18a289813f699962d8310565</id>
<content type='text'>
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!

Closes #6023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!

Closes #6023
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(select): rephase note on ngOptions</title>
<updated>2014-01-26T20:45:04+00:00</updated>
<author>
<name>David Nelson</name>
</author>
<published>2014-01-26T20:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9'/>
<id>766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9</id>
<content type='text'>
added 'an' and 'the' to ngOptions sentence

Closes #5993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added 'an' and 'the' to ngOptions sentence

Closes #5993
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngSwitch): fixed typo 'choses' to 'chooses'</title>
<updated>2014-01-26T20:42:27+00:00</updated>
<author>
<name>David Nelson</name>
</author>
<published>2014-01-26T19:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f735b060563463d40711180beda6527722482b3'/>
<id>4f735b060563463d40711180beda6527722482b3</id>
<content type='text'>
Closes #5992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5992
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute</title>
<updated>2014-01-22T19:51:47+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-01-20T16:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e0209169bf1463465ad07484421620748a4d3908'/>
<id>e0209169bf1463465ad07484421620748a4d3908</id>
<content type='text'>
Before this change, an SVGAElement with an xlink:href attribute and no href or name attribute which
was compiled by the angular HTML compiler would never be clickable, due to the htmlAnchorDirective
calling event.preventDefault() due to the missing href attribute.

This change corrects this behaviour by also testing the xlink:href attribute if the element in
question is determined to be an SVG anchor tag (with the href property having type SVGAnimatedString)

Closes #5896
Closes #5897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this change, an SVGAElement with an xlink:href attribute and no href or name attribute which
was compiled by the angular HTML compiler would never be clickable, due to the htmlAnchorDirective
calling event.preventDefault() due to the missing href attribute.

This change corrects this behaviour by also testing the xlink:href attribute if the element in
question is determined to be an SVG anchor tag (with the href property having type SVGAnimatedString)

Closes #5896
Closes #5897
</pre>
</div>
</content>
</entry>
</feed>
