<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.18</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>doc(date filter): fix dashes in api docs</title>
<updated>2011-07-29T22:00:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-29T22:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=908f59a5dfd6e4378be1055918b04a8f40e9310d'/>
<id>908f59a5dfd6e4378be1055918b04a8f40e9310d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource</title>
<updated>2011-07-27T22:21:31+00:00</updated>
<author>
<name>Karl Seamon</name>
</author>
<published>2011-07-22T19:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5594a773a6f07dcba914aa385f92d3305285b24'/>
<id>b5594a773a6f07dcba914aa385f92d3305285b24</id>
<content type='text'>
Closes #408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #408
</pre>
</div>
</content>
</entry>
<entry>
<title>style(): fix couple of missing semi-colons</title>
<updated>2011-07-27T20:24:07+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-27T20:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f39420e7d7aca2a97eaa01853991facf65dcbd6e'/>
<id>f39420e7d7aca2a97eaa01853991facf65dcbd6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(filter.date): fix e2e test to pass on different time zones</title>
<updated>2011-07-27T20:18:51+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-27T20:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=72e46548b869335705735d30dd3d2709a1ea3b93'/>
<id>72e46548b869335705735d30dd3d2709a1ea3b93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng:show/ng:hide): use jqLite.show/jqLite.hide</title>
<updated>2011-07-26T21:21:13+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-19T18:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f3e04fbd6a3ce9d84dec5052233a0712c2273859'/>
<id>f3e04fbd6a3ce9d84dec5052233a0712c2273859</id>
<content type='text'>
The previous implementation didn't handle situation when in css
something was hidden with a cascaded display:none rule and then we
wanted to show it.

Unfortunatelly our test doesn't test this scenario because it's too
complicated. :-/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous implementation didn't handle situation when in css
something was hidden with a cascaded display:none rule and then we
wanted to show it.

Unfortunatelly our test doesn't test this scenario because it's too
complicated. :-/
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(number/currency filter): format numbers and currency using pattern</title>
<updated>2011-07-26T21:16:57+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-24T00:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=31b59efa961e8729a0153d7d6ea5e300d7db17f2'/>
<id>31b59efa961e8729a0153d7d6ea5e300d7db17f2</id>
<content type='text'>
both numbers and currency need to be formatted using a generic pattern
which can be replaced for a different pattern when angular is working in
a non en-US locale

for now only en-US locale is supported, but that will change in the
future
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
both numbers and currency need to be formatted using a generic pattern
which can be replaced for a different pattern when angular is working in
a non en-US locale

for now only en-US locale is supported, but that will change in the
future
</pre>
</div>
</content>
</entry>
<entry>
<title>style(ng:options): fix style and some docs</title>
<updated>2011-07-26T17:11:40+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-25T20:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=17251372b1dedb42d27b01375125cee4f5edcce7'/>
<id>17251372b1dedb42d27b01375125cee4f5edcce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng:options): add support for option groups</title>
<updated>2011-07-26T17:11:06+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-07-15T23:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f768954f38a7077abfd291eaafc0500d2d1e8007'/>
<id>f768954f38a7077abfd291eaafc0500d2d1e8007</id>
<content type='text'>
Closes# 450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes# 450
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(directive): ng:options to support ng:change</title>
<updated>2011-07-26T16:41:44+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-07-14T20:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3237f8b9950ab0dbf3c80f6bef40217ea7cf96ae'/>
<id>3237f8b9950ab0dbf3c80f6bef40217ea7cf96ae</id>
<content type='text'>
Closes #463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #463
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(directive): ng:options to support iterating over objects</title>
<updated>2011-07-26T16:41:43+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-07-14T20:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7802c90e139a36d37b9d3c8cd6b6fcfee042dd71'/>
<id>7802c90e139a36d37b9d3c8cd6b6fcfee042dd71</id>
<content type='text'>
Closes #448
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #448
</pre>
</div>
</content>
</entry>
</feed>
