<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.0.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cutting the 1.0.1 thorium-shielding release</title>
<updated>2012-06-25T16:30:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-25T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9bef436b22f0cd57c294f1db1958f46e64fcfed1'/>
<id>9bef436b22f0cd57c294f1db1958f46e64fcfed1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 1.0.1 thorium-shielding</title>
<updated>2012-06-25T16:30:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-25T15:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3f14a45aa5894e5a30e946a1418e7c9f18f00691'/>
<id>3f14a45aa5894e5a30e946a1418e7c9f18f00691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(browser): prevent ie from getting into redirect loop</title>
<updated>2012-06-22T17:21:31+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-22T17:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ffb270130a4aaf3ddc2eb9d6211b46e1da136184'/>
<id>ffb270130a4aaf3ddc2eb9d6211b46e1da136184</id>
<content type='text'>
Closes #1075
Closes #1079
Closes #1085
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1075
Closes #1079
Closes #1085
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(release): starting the 1.0.1 iteration</title>
<updated>2012-06-21T20:59:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-21T20:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d57f1373f783bddee3f5fdcf1d6702e62bba13e'/>
<id>0d57f1373f783bddee3f5fdcf1d6702e62bba13e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(logos): fix shield logo exports</title>
<updated>2012-06-21T20:58:24+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-21T20:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=869143ec7d332bdc2f81fae58cfcbd08305a5790'/>
<id>869143ec7d332bdc2f81fae58cfcbd08305a5790</id>
<content type='text'>
the previous version is clipped at the top
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the previous version is clipped at the top
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(logo): center A in the shield</title>
<updated>2012-06-21T20:58:24+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-18T18:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1e6d4d5f5441947571d939920b7dd2fce4059040'/>
<id>1e6d4d5f5441947571d939920b7dd2fce4059040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): url rewriting if element was removed</title>
<updated>2012-06-20T19:18:48+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-06-16T20:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3da4194f98fa0c1ad1e5ab159719e4b25799e6d4'/>
<id>3da4194f98fa0c1ad1e5ab159719e4b25799e6d4</id>
<content type='text'>
When user clicks a link, $location needs to intercept this event.  The &lt;a&gt; doesn't have to be target element of the DOM event, so it needs to traverse the DOM, to find first &lt;a&gt; parent.

If the target element was removed from DOM, during the same event, it would throw an exception. This fixes the issue.

Closes #1058</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When user clicks a link, $location needs to intercept this event.  The &lt;a&gt; doesn't have to be target element of the DOM event, so it needs to traverse the DOM, to find first &lt;a&gt; parent.

If the target element was removed from DOM, during the same event, it would throw an exception. This fixes the issue.

Closes #1058</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc) firefox icon rendering</title>
<updated>2012-06-15T17:40:25+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-15T17:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad5d2f2991ecfe1ec6152be71982b8980236c988'/>
<id>ad5d2f2991ecfe1ec6152be71982b8980236c988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(release): cutting the 1.0 temporal-domination release</title>
<updated>2012-06-14T17:50:22+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-14T14:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=519bef4f3d1cdac497c782f77457fd2f67184601'/>
<id>519bef4f3d1cdac497c782f77457fd2f67184601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 1.0 temporal-domination release</title>
<updated>2012-06-14T17:50:22+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-13T17:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6dfe5be1556dc0c770cea8af78d1e0829ed24848'/>
<id>6dfe5be1556dc0c770cea8af78d1e0829ed24848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
