<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/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($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(compiler): allow transclusion of root elements</title>
<updated>2012-03-19T18:35:10+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-16T05:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9918b748be01266eb10db39d51b4d3098d54ab66'/>
<id>9918b748be01266eb10db39d51b4d3098d54ab66</id>
<content type='text'>
Fixed an issue where a directive that uses transclusion (such as ngRepeat) failed to link if it was declared on the root element of the compilation tree. (For example ngView or ngInclude including template where ngRepeat was the top most element).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed an issue where a directive that uses transclusion (such as ngRepeat) failed to link if it was declared on the root element of the compilation tree. (For example ngView or ngInclude including template where ngRepeat was the top most element).
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(scope.$eval): Allow passing locals to the expression</title>
<updated>2012-03-19T06:46:30+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-19T06:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=192ff61f5d61899e667c6dbce4d3e6e399429d8b'/>
<id>192ff61f5d61899e667c6dbce4d3e6e399429d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(scope): broadcast $destroy event on scope destruction</title>
<updated>2012-03-16T16:41:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-16T16:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9b1aff905b638aa274a5fc8f88662df446d374bd'/>
<id>9b1aff905b638aa274a5fc8f88662df446d374bd</id>
<content type='text'>
perf testing shows that in chrome this change adds 5-15% overhead
when destroying 10k nested scopes where each scope has a $destroy listener
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
perf testing shows that in chrome this change adds 5-15% overhead
when destroying 10k nested scopes where each scope has a $destroy listener
</pre>
</div>
</content>
</entry>
<entry>
<title>f(compile): boolean attributes too agresive</title>
<updated>2012-03-13T23:59:03+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=de9464c1431906883bdf180fb00615e6fa371577'/>
<id>de9464c1431906883bdf180fb00615e6fa371577</id>
<content type='text'>
- compiler would rewrite boolean attributes on all elements. This is too aggressive and interferes with some third-party frameworks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- compiler would rewrite boolean attributes on all elements. This is too aggressive and interferes with some third-party frameworks
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scope): remove scope $destroy event</title>
<updated>2012-03-13T21:13:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-13T06:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac5151a469667b1cc1b5e2f96d330b71631efd0b'/>
<id>ac5151a469667b1cc1b5e2f96d330b71631efd0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
