<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.0.0rc6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>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>fix(document): accidental clobbering of document.getAttribute</title>
<updated>2012-04-20T18:29:33+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-13T21:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eafe15f54c686d5c83f777fd319f4c568e209432'/>
<id>eafe15f54c686d5c83f777fd319f4c568e209432</id>
<content type='text'>
Closes #877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #877
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngBind): "angular.module.ng.$sanitize" -&gt; "angular.module.ngSanitize.$sanitize"</title>
<updated>2012-04-20T17:44:18+00:00</updated>
<author>
<name>johnlindquist</name>
</author>
<published>2012-04-18T00:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5cc245dd80f973bf812e430fc31700a27699c9ad'/>
<id>5cc245dd80f973bf812e430fc31700a27699c9ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($compile) "updateh"-&gt;"updated"</title>
<updated>2012-04-20T17:43:58+00:00</updated>
<author>
<name>johnlindquist</name>
</author>
<published>2012-04-17T21:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0bd0ef7813ec2765eaf02f888f2f57a32292f406'/>
<id>0bd0ef7813ec2765eaf02f888f2f57a32292f406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngBind): "makes make" -&gt; "makes"</title>
<updated>2012-04-20T17:43:41+00:00</updated>
<author>
<name>johnlindquist</name>
</author>
<published>2012-04-12T22:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0c7252f929c7b7d0c718c4683a712331c6b95776'/>
<id>0c7252f929c7b7d0c718c4683a712331c6b95776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($resource): fix the example</title>
<updated>2012-04-15T16:42:54+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-04-15T16:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b94fb5c8c1a96dae771fa36814ed7e2d54c73b8a'/>
<id>b94fb5c8c1a96dae771fa36814ed7e2d54c73b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
