<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, 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>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(e2e runner): fix typo that caused errors on IE8</title>
<updated>2012-03-20T18:07:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-20T07:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ee5a5352fd4b94cedee6ef20d4bf2d43ce77e00b'/>
<id>ee5a5352fd4b94cedee6ef20d4bf2d43ce77e00b</id>
<content type='text'>
Closes #806
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #806
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): don't touch static element attributes</title>
<updated>2012-03-20T18:07:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-20T07:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9cb2195e61a78e99020ec19d687a221ca88b5900'/>
<id>9cb2195e61a78e99020ec19d687a221ca88b5900</id>
<content type='text'>
Compiler should not reassign values to element attributes if its not neccessary due
to interpolation or special attribute magic (ng-src -&gt; src)

This resolves several issues on IE caused by reassigning script.src attribute which
caused all of the scripts to be reloaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compiler should not reassign values to element attributes if its not neccessary due
to interpolation or special attribute magic (ng-src -&gt; src)

This resolves several issues on IE caused by reassigning script.src attribute which
caused all of the scripts to be reloaded.
</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>style($log): reformat code for readability</title>
<updated>2012-03-20T18:07:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-19T16:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9171c76bb4951b5ad6449ff9d0b658f2d390f784'/>
<id>9171c76bb4951b5ad6449ff9d0b658f2d390f784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(filters): use ng-model-instant in live examples</title>
<updated>2012-03-20T18:07:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-19T16:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=64fb1f262028679b7eb1760bb38f9b1e4003d8e7'/>
<id>64fb1f262028679b7eb1760bb38f9b1e4003d8e7</id>
<content type='text'>
Closes #807
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #807
</pre>
</div>
</content>
</entry>
</feed>
