<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.13</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>Remove the script tag after successful JSONP request</title>
<updated>2011-03-11T22:16:53+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T22:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0084cb5ca4bc9acda54d304147b0b0fe8e1980f3'/>
<id>0084cb5ca4bc9acda54d304147b0b0fe8e1980f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added XSRF prevention logic to $xhr service</title>
<updated>2011-03-11T22:16:53+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T21:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c578f8c3ed0ca23b03ccde146cb13cfaf24f17cd'/>
<id>c578f8c3ed0ca23b03ccde146cb13cfaf24f17cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the $browser.xhr parameter post from optional to required</title>
<updated>2011-03-11T22:16:52+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T05:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d19c0ac6d32319200f0d94df9b07f63a39aecf70'/>
<id>d19c0ac6d32319200f0d94df9b07f63a39aecf70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider all 2xx responses as OK, not just 200</title>
<updated>2011-03-11T22:16:52+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T05:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5343deb3da0e667599fe66d8efa3566b4e337a24'/>
<id>5343deb3da0e667599fe66d8efa3566b4e337a24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed cookies which contained unescaped '=' would not show up in cookie service.</title>
<updated>2011-03-11T22:16:52+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T05:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=26bad2bf878e54fa78ff26518d1275a7e0b5b39c'/>
<id>26bad2bf878e54fa78ff26518d1275a7e0b5b39c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ng:autobind now optionally takes element id</title>
<updated>2011-03-11T16:45:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-10T22:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9d5c53379180a110e427a01a1446eada3f0fc3d6'/>
<id>9d5c53379180a110e427a01a1446eada3f0fc3d6</id>
<content type='text'>
so it is possible to easily compile just a part of a document.

e.g.:

&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;partially compiled doc&lt;/title&gt;
    &lt;script src="angular.js" ng:autobind="compileThis"&gt;&lt;/script&gt;
  &lt;/head&gt;
  &lt;body&gt;
    this part won't be compiled: {{1+2}}
    &lt;div id="compileThis" ng:init="i=0" ng:click="i = i+1"&gt;
      Click count: {{i}}
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so it is possible to easily compile just a part of a document.

e.g.:

&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;partially compiled doc&lt;/title&gt;
    &lt;script src="angular.js" ng:autobind="compileThis"&gt;&lt;/script&gt;
  &lt;/head&gt;
  &lt;body&gt;
    this part won't be compiled: {{1+2}}
    &lt;div id="compileThis" ng:init="i=0" ng:click="i = i+1"&gt;
      Click count: {{i}}
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>angularJsConfig now allows ng:autobind and #autobind value to be passed in</title>
<updated>2011-03-11T16:45:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-07T07:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7414e7b53302863911c734c8586b76767d2ded6b'/>
<id>7414e7b53302863911c734c8586b76767d2ded6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pass undefined through fn closure for better minification</title>
<updated>2011-03-09T21:41:16+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-09T21:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5432dd289a38a43fc5db35a30b68c2a5b0dd169e'/>
<id>5432dd289a38a43fc5db35a30b68c2a5b0dd169e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IE: reffering to non existent var on window, must be prefixed by window</title>
<updated>2011-03-09T21:40:47+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-09T21:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=194b2c1ea0a58c2aa86d96cb36714ab90944c736'/>
<id>194b2c1ea0a58c2aa86d96cb36714ab90944c736</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ie7 regression in jqLite which prevented</title>
<updated>2011-03-09T04:23:19+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-09T04:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f7a9ea6a418f6201638556b0925388e67a8b1b12'/>
<id>f7a9ea6a418f6201638556b0925388e67a8b1b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
