<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch v1.2.11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(animations): ngClass usage should link to ngClass documentation</title>
<updated>2014-02-03T14:14:45+00:00</updated>
<author>
<name>Alan Rubin</name>
</author>
<published>2014-02-03T09:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8205158e477f1ea235feba3087143e0d3e5e52ec'/>
<id>8205158e477f1ea235feba3087143e0d3e5e52ec</id>
<content type='text'>
Fixing reference to ngClass documentation

Closes #6089
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing reference to ngClass documentation

Closes #6089
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): update httpBackend to use ActiveXObject on IE8 if necessary</title>
<updated>2014-02-01T00:52:42+00:00</updated>
<author>
<name>Jorg</name>
</author>
<published>2014-01-08T01:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ef210e5e119db4f5bfc9d2428b19f9b335c4f976'/>
<id>ef210e5e119db4f5bfc9d2428b19f9b335c4f976</id>
<content type='text'>
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode,
in which case Angular should be using the ActiveXObject instead. Just checking the browser
version is taking too many shortcuts.

Closes #5677
Closes #5679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
window.XMLHttpRequest is not always available in IE8 despite it not running in quirks mode,
in which case Angular should be using the ActiveXObject instead. Just checking the browser
version is taking too many shortcuts.

Closes #5677
Closes #5679
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/templates.css-styling): fix "`{{}}`"</title>
<updated>2014-02-01T00:31:06+00:00</updated>
<author>
<name>Stéphane Reynaud</name>
</author>
<published>2014-01-23T09:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd61e222c337380af09ff08dc3fe73f17e9a7a8e'/>
<id>fd61e222c337380af09ff08dc3fe73f17e9a7a8e</id>
<content type='text'>
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page

Closes #5950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page

Closes #5950
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(compile/nodomevents): fix typo ng-mode -&gt; ng-model</title>
<updated>2014-01-29T13:51:02+00:00</updated>
<author>
<name>Manan</name>
</author>
<published>2014-01-29T06:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7a78aed1603ca7f60f2f70ba27f0102e08862550'/>
<id>7a78aed1603ca7f60f2f70ba27f0102e08862550</id>
<content type='text'>
correcting directive name to ng-model instead of ng-mode in nodomevents.ngdoc

Correcting use of ng-model directive

Closes #6036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correcting directive name to ng-model instead of ng-mode in nodomevents.ngdoc

Correcting use of ng-model directive

Closes #6036
</pre>
</div>
</content>
</entry>
<entry>
<title>test(docs): convert example end to end doc tests from scenario runner to protractor</title>
<updated>2014-01-28T19:14:20+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-12T00:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7aef2d54e0a48fae18a289813f699962d8310565'/>
<id>7aef2d54e0a48fae18a289813f699962d8310565</id>
<content type='text'>
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!

Closes #6023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!

Closes #6023
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(cookbook): remove the cookbook docs</title>
<updated>2014-01-28T19:12:52+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-23T23:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce37ae28687167f7b4274ba547f013980126a219'/>
<id>ce37ae28687167f7b4274ba547f013980126a219</id>
<content type='text'>
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!

Closes #5967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!

Closes #5967
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/filter): link to an example of a filter unit test</title>
<updated>2014-01-23T21:43:31+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2014-01-23T21:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=40dc806e03b81cf8bdbb24d67c8e8e3c8af42324'/>
<id>40dc806e03b81cf8bdbb24d67c8e8e3c8af42324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): update step_12.ngdoc</title>
<updated>2014-01-22T01:23:05+00:00</updated>
<author>
<name>matthewhintzen</name>
</author>
<published>2014-01-22T01:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7cf5544a9f5bea443ccac2143765154760ceaff9'/>
<id>7cf5544a9f5bea443ccac2143765154760ceaff9</id>
<content type='text'>
This time I feel good about this modification to the document, the code listing
on the tutorial page for the animation.js DID NOT match what was actually IN the
file for that branch.  Updated tutorial to reflect actual contents of file

Closes #5922
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This time I feel good about this modification to the document, the code listing
on the tutorial page for the animation.js DID NOT match what was actually IN the
file for that branch.  Updated tutorial to reflect actual contents of file

Closes #5922
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/directive): clarify attr object definition</title>
<updated>2014-01-22T01:14:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-22T01:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=310f129c1d5d54f68074000d7b12ec0258e6fc4f'/>
<id>310f129c1d5d54f68074000d7b12ec0258e6fc4f</id>
<content type='text'>
Closes #5884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5884
</pre>
</div>
</content>
</entry>
<entry>
<title>style(guide/directive): remove ws</title>
<updated>2014-01-22T01:12:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-22T01:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0fc64ad8a111bd376de98035ec118fad6aafcb61'/>
<id>0fc64ad8a111bd376de98035ec118fad6aafcb61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
