<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.17</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix:docs: fix $orderBy example and e2e test</title>
<updated>2011-06-30T08:07:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-30T08:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c02ef92630308cda6148de74e5561aeecff5f24d'/>
<id>c02ef92630308cda6148de74e5561aeecff5f24d</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: provide access to $xhr header defaults</title>
<updated>2011-06-30T07:34:50+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-29T07:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c5f3a413bc00acf9ac1046fb15b454096a8890c6'/>
<id>c5f3a413bc00acf9ac1046fb15b454096a8890c6</id>
<content type='text'>
$xhr header defaults are now exposed as $xhr.defaults.headers.common and
$xhr.default.headers.&lt;httpmethod&gt;. This allows applications to configure
their defaults as needed.

This commit doesn't allow headers to be set per request, only per
application. Per request change would require api change, which I tried
to avoid *for now*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$xhr header defaults are now exposed as $xhr.defaults.headers.common and
$xhr.default.headers.&lt;httpmethod&gt;. This allows applications to configure
their defaults as needed.

This commit doesn't allow headers to be set per request, only per
application. Per request change would require api change, which I tried
to avoid *for now*.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix:$browser: Use document.createElement to create JSONP script tag</title>
<updated>2011-06-27T17:04:40+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-27T17:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e915f5545102d5c7bfa1bbb24f9b59a36bb5449'/>
<id>8e915f5545102d5c7bfa1bbb24f9b59a36bb5449</id>
<content type='text'>
Creating &lt;script&gt; tags would require a lot of extra work if we want all browsers
to load and execute these scripts. We decided to not implement that in jqLite.

See #369 for more information.

Closes #369
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creating &lt;script&gt; tags would require a lot of extra work if we want all browsers
to load and execute these scripts. We decided to not implement that in jqLite.

See #369 for more information.

Closes #369
</pre>
</div>
</content>
</entry>
<entry>
<title>fix:repeat: fix ending comment tag</title>
<updated>2011-06-23T22:13:15+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-23T22:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f3323ec18eaf849fd50e8a81849721581ae6de5c'/>
<id>f3323ec18eaf849fd50e8a81849721581ae6de5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat:filter.date: add day/month string format support</title>
<updated>2011-06-23T19:06:46+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-06-22T19:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5a510a343270f499cbb8b8a9ac3a3309e9b7ce2'/>
<id>b5a510a343270f499cbb8b8a9ac3a3309e9b7ce2</id>
<content type='text'>
Support new date format, specifically day of week/Month of year in string
e.g. {{ someDate | data:"EEE, MMM d, yyyy" }} -&gt; "Wed, Jul 10, 2011"

Closes #396
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support new date format, specifically day of week/Month of year in string
e.g. {{ someDate | data:"EEE, MMM d, yyyy" }} -&gt; "Wed, Jul 10, 2011"

Closes #396
</pre>
</div>
</content>
</entry>
<entry>
<title>fix:ng:repeater - fix $position when collection size changes</title>
<updated>2011-06-23T15:12:01+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-06-22T21:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9ec45ad5c45791c81d4d1909ea1abceedc5ed3e9'/>
<id>9ec45ad5c45791c81d4d1909ea1abceedc5ed3e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix:$orderBy - return unsorted array if no predicate</title>
<updated>2011-06-23T15:12:01+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-06-20T20:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b74163dc1d321b878222a751f23adb0a9f6beda5'/>
<id>b74163dc1d321b878222a751f23adb0a9f6beda5</id>
<content type='text'>
Closes #399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #399
</pre>
</div>
</content>
</entry>
<entry>
<title>fix:scope - reintroduce support for eager services</title>
<updated>2011-06-23T15:06:24+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-06-22T18:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bad62d87a1785f11b0df72ad597b9064517997cf'/>
<id>bad62d87a1785f11b0df72ad597b9064517997cf</id>
<content type='text'>
8cad231 broke $eager services

Problem is that the injector.eager function is not invoked when a new scope
is created. Added a test to make sure service is eagerly instantiated.

Closes #403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
8cad231 broke $eager services

Problem is that the injector.eager function is not invoked when a new scope
is created. Added a test to make sure service is eagerly instantiated.

Closes #403
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to markup.js.</title>
<updated>2011-06-17T04:17:46+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-06-06T19:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e6ee9947645c5cca9cf6efd902cae1a4a31ea13c'/>
<id>e6ee9947645c5cca9cf6efd902cae1a4a31ea13c</id>
<content type='text'>
Also added coresponding descriptions  live examples and tests for each directive to be displayed on the website.

Closes #351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added coresponding descriptions  live examples and tests for each directive to be displayed on the website.

Closes #351
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test for scenario.Application - should remove old iframe</title>
<updated>2011-06-16T05:58:57+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-15T20:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7460a7ef618a274607ea99aecae99fb158115c36'/>
<id>7460a7ef618a274607ea99aecae99fb158115c36</id>
<content type='text'>
This behavior was changed by e83465c362c53ac7451183a775456f3112262f6e
So this commit should have been part of e83465c362c53ac7451183a775456f3112262f6e

Also removed hiding and navigating to about:blank as it makes no sense now...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This behavior was changed by e83465c362c53ac7451183a775456f3112262f6e
So this commit should have been part of e83465c362c53ac7451183a775456f3112262f6e

Also removed hiding and navigating to about:blank as it makes no sense now...
</pre>
</div>
</content>
</entry>
</feed>
