<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v1.0.0rc2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(input.radio): Allow value attribute to be interpolated</title>
<updated>2012-03-20T21:39:23+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-20T20:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ade6c452753145c84884d17027a7865bf4b34b0c'/>
<id>ade6c452753145c84884d17027a7865bf4b34b0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($resource): unify and simplify the code</title>
<updated>2012-03-20T18:07:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-02-29T01:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6a8749e65a7efb69a65be87605cd7d4a2df2fbb0'/>
<id>6a8749e65a7efb69a65be87605cd7d4a2df2fbb0</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): don't send Content-Type header when no data</title>
<updated>2012-03-20T18:07:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-02-28T20:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1a5bebd927ecd22f9c34617642fdf58fe3f62efb'/>
<id>1a5bebd927ecd22f9c34617642fdf58fe3f62efb</id>
<content type='text'>
When a http request has no data (body), we should not send the
Content-Type header as it causes problems for some server-side
frameworks.

Closes #749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a http request has no data (body), we should not send the
Content-Type header as it causes problems for some server-side
frameworks.

Closes #749
</pre>
</div>
</content>
</entry>
<entry>
<title>style(ResourceSpec): style clean up</title>
<updated>2012-03-20T18:07:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-12-12T22:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=83155e8fbeebca3a7bc1804cccead7c72581ba47'/>
<id>83155e8fbeebca3a7bc1804cccead7c72581ba47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): support escaping of ':' in resource url</title>
<updated>2012-03-20T18:07:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-12-12T21:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6d6f875345e01f2c6c63ef95164f6f39e923da15'/>
<id>6d6f875345e01f2c6c63ef95164f6f39e923da15</id>
<content type='text'>
So one can how define cors/jsonp resources with port number as:

resource.route('http://localhost\\:8080/Path')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So one can how define cors/jsonp resources with port number as:

resource.route('http://localhost\\:8080/Path')
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($route): when matching consider trailing slash as optional</title>
<updated>2012-03-20T18:07:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-20T07:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a4fe51da3ba0dc297ecd389e230d6664f250c9a6'/>
<id>a4fe51da3ba0dc297ecd389e230d6664f250c9a6</id>
<content type='text'>
This makes for a much more flexible route matching:

- route /foo matches /foo and redirects /foo/ to /foo
- route /bar/ matches /bar/ and redirects /bar to /bar/

Closes #784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes for a much more flexible route matching:

- route /foo matches /foo and redirects /foo/ to /foo
- route /bar/ matches /bar/ and redirects /bar to /bar/

Closes #784
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($log): avoid console.log.apply calls in IE</title>
<updated>2012-03-20T18:07:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-19T18:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=15213ec212769837cb2b7e781ffc5bfd598d27ca'/>
<id>15213ec212769837cb2b7e781ffc5bfd598d27ca</id>
<content type='text'>
In IE window.console.log and friends are functions that don't have apply or call fns.

For this reason we have to treat them specially and do our best to log at least
something when running in this browser.

Closes #805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In IE window.console.log and friends are functions that don't have apply or call fns.

For this reason we have to treat them specially and do our best to log at least
something when running in this browser.

Closes #805
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): Merge interpolated css class when replacing an element</title>
<updated>2012-03-20T17:39:43+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-20T00:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f49eaf8bf2df5f4e0e82d6c89e849a4f82c8d414'/>
<id>f49eaf8bf2df5f4e0e82d6c89e849a4f82c8d414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(matchers.toHaveClass): Correct reference to angular.mock.dump</title>
<updated>2012-03-20T00:26:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-20T00:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f701ce08f9d63be05fc3b92f57ad473e1e749b2d'/>
<id>f701ce08f9d63be05fc3b92f57ad473e1e749b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug(ie7): incorrectly set all inputs to disabled</title>
<updated>2012-03-19T22:49:42+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-19T19:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1cc0e4173de01d6c4103910d231a24b2834f4d91'/>
<id>1cc0e4173de01d6c4103910d231a24b2834f4d91</id>
<content type='text'>
In ie7 all of the input fields are set to readonly and disabled, because ie7 enumerates over all attributes even if the are not declared on the element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ie7 all of the input fields are set to readonly and disabled, because ie7 enumerates over all attributes even if the are not declared on the element.
</pre>
</div>
</content>
</entry>
</feed>
