<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.0.0rc6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cutting the 1.0.0rc6 runny-nose release</title>
<updated>2012-04-20T22:06:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-20T22:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1d26acb8746533433d247f986128a142e627c320'/>
<id>1d26acb8746533433d247f986128a142e627c320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 1.0.0rc6 runny-nose</title>
<updated>2012-04-20T22:06:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-20T22:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=983c3095428d3055fa2f99e8df7d9532c3ca0517'/>
<id>983c3095428d3055fa2f99e8df7d9532c3ca0517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(select): properly handle empty &amp; unknown options without ngOptions</title>
<updated>2012-04-20T21:29:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-18T07:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=904b69c745ea4afc1d6ecd2a5f3138c6f947b157'/>
<id>904b69c745ea4afc1d6ecd2a5f3138c6f947b157</id>
<content type='text'>
Previously only when ngOptions was used, we correctly handled situations
when model was set to an unknown value. With this change, we'll add/remove
extra unknown option or reuse an existing empty option (option with value
set to "") when model is undefined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously only when ngOptions was used, we correctly handled situations
when model was set to an unknown value. With this change, we'll add/remove
extra unknown option or reuse an existing empty option (option with value
set to "") when model is undefined.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(selectSpec): clean up and simplify specs</title>
<updated>2012-04-20T21:29:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-17T22:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c65c34ebfe0f70c83a45f283654c8558802752cf'/>
<id>c65c34ebfe0f70c83a45f283654c8558802752cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(jquery): jquery 1.7.2 support</title>
<updated>2012-04-20T21:29:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-18T22:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8ebe5ccd9ace7807bedc7317d605370fe82b773d'/>
<id>8ebe5ccd9ace7807bedc7317d605370fe82b773d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($resource): support HTTP PATCH method</title>
<updated>2012-04-20T19:32:33+00:00</updated>
<author>
<name>simpulton</name>
</author>
<published>2012-04-20T08:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e61fd1b43a55496c11c63da7ca2fc05b88d44043'/>
<id>e61fd1b43a55496c11c63da7ca2fc05b88d44043</id>
<content type='text'>
Properly serialize data into request body instead of url.

Closes #887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly serialize data into request body instead of url.

Closes #887
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(license): update to google</title>
<updated>2012-04-20T18:29:34+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-17T22:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce15a3e0491f7acafcdf0ff07f75d0c2c9819164'/>
<id>ce15a3e0491f7acafcdf0ff07f75d0c2c9819164</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): reading comment throws error in ie</title>
<updated>2012-04-20T18:29:34+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-17T20:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=46bb08a9d0780fafef6dc5c1140c71912462887a'/>
<id>46bb08a9d0780fafef6dc5c1140c71912462887a</id>
<content type='text'>
Unders some circumstances reading the comment's text throws error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unders some circumstances reading the comment's text throws error.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(script): Incorrectly reading script text on ie</title>
<updated>2012-04-20T18:29:34+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-17T20:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=94dd68570952f6f31abfa351b1159afcd3588a57'/>
<id>94dd68570952f6f31abfa351b1159afcd3588a57</id>
<content type='text'>
IE deals with script tags in special way and .text() does not work. Reading the .text property directly fixes the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE deals with script tags in special way and .text() does not work. Reading the .text property directly fixes the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(logo): added angular shield logo</title>
<updated>2012-04-20T18:29:33+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-13T21:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc32ea627e38b34ecdb709fce0cf34134d12193e'/>
<id>dc32ea627e38b34ecdb709fce0cf34134d12193e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
