<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/service, branch v0.10.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat($defer): add $defer.cancel</title>
<updated>2011-10-23T04:32:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-22T06:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad90c3574f8365ee4a1a973d5e43c64fe9fcda2c'/>
<id>ad90c3574f8365ee4a1a973d5e43c64fe9fcda2c</id>
<content type='text'>
This functionality was previously available only as obscure $browser.defer.cancel.

I also added docs and tests and fixed an issue in .defer.cancel mock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This functionality was previously available only as obscure $browser.defer.cancel.

I also added docs and tests and fixed an issue in .defer.cancel mock.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): rewrite links with nested elements</title>
<updated>2011-10-22T22:35:18+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-20T15:46:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9b85757102fbd44e88d0a3909fdf8b90f191b593'/>
<id>9b85757102fbd44e88d0a3909fdf8b90f191b593</id>
<content type='text'>
For example:
&lt;a href="some/link"&gt;inner &lt;span&gt;text&lt;/span&gt;&lt;/a&gt;

If you click on "text", then the span element is event.target, so we need to traverse the DOM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example:
&lt;a href="some/link"&gt;inner &lt;span&gt;text&lt;/span&gt;&lt;/a&gt;

If you click on "text", then the span element is event.target, so we need to traverse the DOM.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($location): Html5 -&gt; HTML5</title>
<updated>2011-10-13T21:42:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-13T21:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad5e42cf8229a40d8dfd3f3e178207b2af1cdb14'/>
<id>ad5e42cf8229a40d8dfd3f3e178207b2af1cdb14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($location): fix $config -&gt; $locationConfig in docs</title>
<updated>2011-10-13T21:07:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-13T21:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7a19eb84aa3df39f42e42a4e4ac0b169862119be'/>
<id>7a19eb84aa3df39f42e42a4e4ac0b169862119be</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): do not rewrite link when meta key pressed</title>
<updated>2011-10-13T18:10:19+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-12T20:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=afc81b554ede0818e64a6971d4f409bdc2c42272'/>
<id>afc81b554ede0818e64a6971d4f409bdc2c42272</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): remove @workInProgress from everywhere</title>
<updated>2011-10-13T06:04:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-12T19:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241'/>
<id>b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241</id>
<content type='text'>
it's not useful any more and it only makes the docs look ugly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's not useful any more and it only makes the docs look ugly
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(formating): clean code to be function() {</title>
<updated>2011-10-11T18:01:46+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-10-07T18:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd822bdaf9d04e522aaa5400b673f333190abe98'/>
<id>fd822bdaf9d04e522aaa5400b673f333190abe98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(forms): new and improved forms</title>
<updated>2011-10-11T18:01:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-09-08T20:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f78fd692c0ec51241476e6be9a4df06cd62fdd6'/>
<id>4f78fd692c0ec51241476e6be9a4df06cd62fdd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(hover): delete hover service</title>
<updated>2011-10-11T17:53:06+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-08-25T04:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1942861472a4cd8d2d72f2ed54ee2b63be5d68b8'/>
<id>1942861472a4cd8d2d72f2ed54ee2b63be5d68b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($log): fix the $log service example</title>
<updated>2011-09-29T01:21:24+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-29T01:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b7a7fc7065a7bd6031b82a748105cf0415cb68e4'/>
<id>b7a7fc7065a7bd6031b82a748105cf0415cb68e4</id>
<content type='text'>
is no longer auto-published on the root scope, so we need to publish
it via a controller
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is no longer auto-published on the root scope, so we need to publish
it via a controller
</pre>
</div>
</content>
</entry>
</feed>
