<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/service, branch v1.0.0rc2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>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($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>
<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>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>
<entry>
<title>chore(parseInt): cleanup parseInt() for our int()</title>
<updated>2012-03-19T18:41:23+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-16T19:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d4ae7988dad88af608db9cf34992c9c748eda6aa'/>
<id>d4ae7988dad88af608db9cf34992c9c748eda6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
