<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v1.2.7</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8</title>
<updated>2014-01-03T06:04:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-12-13T09:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6c17d02bc4cc02f478775d62e1f9f77da9da82ad'/>
<id>6c17d02bc4cc02f478775d62e1f9f77da9da82ad</id>
<content type='text'>
IE8's native XHR doesn't support PATCH requests, but the ActiveX one does.

I'm also removing the noxhr error doc because nobody will ever get that error.

Closes #2518
Closes #5043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE8's native XHR doesn't support PATCH requests, but the ActiveX one does.

I'm also removing the noxhr error doc because nobody will ever get that error.

Closes #2518
Closes #5043
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(error/ngRepeat/dupes): fix typo</title>
<updated>2014-01-03T05:34:34+00:00</updated>
<author>
<name>Drew Perttula</name>
</author>
<published>2014-01-03T05:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6a6f71f238d2603cbc286ba29ec7503ad45f7f20'/>
<id>6a6f71f238d2603cbc286ba29ec7503ad45f7f20</id>
<content type='text'>
Closes #5610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5610
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/forms): update example</title>
<updated>2013-12-21T05:22:15+00:00</updated>
<author>
<name>mkolodny</name>
</author>
<published>2013-12-21T04:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d1c4766d143d474ae255079684a02b63d219b35b'/>
<id>d1c4766d143d474ae255079684a02b63d219b35b</id>
<content type='text'>
Right now, non-integers such as 'aawefwae' are valid.
This ensures that only integers are valid. Hopefully that makes the example more powerful.

Closes #5501
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, non-integers such as 'aawefwae' are valid.
This ensures that only integers are valid. Hopefully that makes the example more powerful.

Closes #5501
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/forms): code style changes for an example</title>
<updated>2013-12-21T05:21:18+00:00</updated>
<author>
<name>mkolodny</name>
</author>
<published>2013-12-21T04:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=98473835a27c359234592a752f32f74c095b9c55'/>
<id>98473835a27c359234592a752f32f74c095b9c55</id>
<content type='text'>
Closes #5499
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5499
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): fix typo</title>
<updated>2013-12-20T00:12:24+00:00</updated>
<author>
<name>Klaus Weiss</name>
</author>
<published>2013-12-19T15:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=df2b88e2303756f2a68b62e9b0395f6e96d43cff'/>
<id>df2b88e2303756f2a68b62e9b0395f6e96d43cff</id>
<content type='text'>
Closes #5481
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5481
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-4): fix typo</title>
<updated>2013-12-19T13:24:19+00:00</updated>
<author>
<name>Tony Cronin</name>
</author>
<published>2013-12-10T16:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a965984733d4215c20edfbb2e3576971b5be75ff'/>
<id>a965984733d4215c20edfbb2e3576971b5be75ff</id>
<content type='text'>
Closes #5356
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5356
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): fixed *off typo in angular.injector example comment</title>
<updated>2013-12-19T04:57:20+00:00</updated>
<author>
<name>Zachary Babtkis</name>
</author>
<published>2013-12-16T23:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f0e3dfd008b1fa5550298aba7f913d6ce0395bde'/>
<id>f0e3dfd008b1fa5550298aba7f913d6ce0395bde</id>
<content type='text'>
Closes #5441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5441
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-5): fix typo</title>
<updated>2013-12-18T21:15:38+00:00</updated>
<author>
<name>justmiaotou</name>
</author>
<published>2013-12-10T07:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a13c4ba770146c2d85e2853a3a1eaa9f6ed3115e'/>
<id>a13c4ba770146c2d85e2853a3a1eaa9f6ed3115e</id>
<content type='text'>
Closes #5347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5347
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/directive): improve access to isolate scope information</title>
<updated>2013-12-18T21:14:12+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-12-18T21:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bf816d3ade9e72629521f78a81e5843bce876987'/>
<id>bf816d3ade9e72629521f78a81e5843bce876987</id>
<content type='text'>
Closes #5329
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5329
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step_11): fix indenting in an example</title>
<updated>2013-12-18T21:14:11+00:00</updated>
<author>
<name>Jesse Browne</name>
</author>
<published>2013-12-08T01:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=74b4ab88677469386d0ea1e162554c6af372b898'/>
<id>74b4ab88677469386d0ea1e162554c6af372b898</id>
<content type='text'>
Closes #5322
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5322
</pre>
</div>
</content>
</entry>
</feed>
