<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/img, branch v1.2.0-rc.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>style(docs): replace CRLF by LF in svg header logo</title>
<updated>2013-08-17T03:05:54+00:00</updated>
<author>
<name>Reto Aebersold</name>
</author>
<published>2013-08-16T10:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d307242e1011576392df1bd4ede355aade9084b7'/>
<id>d307242e1011576392df1bd4ede355aade9084b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(header): replace logo.png with logo.svg</title>
<updated>2013-07-31T18:48:13+00:00</updated>
<author>
<name>Brenton</name>
</author>
<published>2013-07-15T23:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=24a4450f2b4bcc5b616fae34b6815252896d1756'/>
<id>24a4450f2b4bcc5b616fae34b6815252896d1756</id>
<content type='text'>
The current logo looks awful on high-density displays.  SVG is a
better choice because it can scale to any resolution without
increasing file size.

Amending #2775 to add support for IE 8 by falling back to existing PNG
with img.onerror

Using relative URLs as directed by @btford and @petebacondarwin.

(commit by Brenton Simpson - @appsforartists)

Closes #2874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current logo looks awful on high-density displays.  SVG is a
better choice because it can scale to any resolution without
increasing file size.

Amending #2775 to add support for IE 8 by falling back to existing PNG
with img.onerror

Using relative URLs as directed by @btford and @petebacondarwin.

(commit by Brenton Simpson - @appsforartists)

Closes #2874
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(guide): add concepts</title>
<updated>2012-08-27T22:44:38+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-29T23:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7a5f25f6671eb5f51b06615d74a05855ab79f31e'/>
<id>7a5f25f6671eb5f51b06615d74a05855ab79f31e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): re-skin main documentation</title>
<updated>2012-05-04T23:12:17+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-29T05:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e2675029f5ca404a7c649cc161df3ea642d941f'/>
<id>8e2675029f5ca404a7c649cc161df3ea642d941f</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-04 to v1.0</title>
<updated>2012-04-12T09:45:12+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-12T00:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2037facc998b4da2bbb2b62690faf4d970470c12'/>
<id>2037facc998b4da2bbb2b62690faf4d970470c12</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 tutorial intro + steps 0-3</title>
<updated>2012-04-04T22:59:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-02T15:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53b2254ea70019937463d8e079e1991b3d3d1d8b'/>
<id>53b2254ea70019937463d8e079e1991b3d3d1d8b</id>
<content type='text'>
also contains all kinds of fixes that I had to make in the docs app to
get the tutorial to render correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also contains all kinds of fixes that I had to make in the docs app to
get the tutorial to render correctly
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): update the diagram</title>
<updated>2012-01-17T17:49:38+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-01-15T09:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=897d0f1424e743b318713e2d6ee613dfaea17c5e'/>
<id>897d0f1424e743b318713e2d6ee613dfaea17c5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): Add scenario runner into dev guide</title>
<updated>2011-10-26T22:58:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-10-25T20:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bf729d550b9589aa498957d219816e334222858b'/>
<id>bf729d550b9589aa498957d219816e334222858b</id>
<content type='text'>
And update the link in the tutorial as well...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And update the link in the tutorial as well...
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(forms): new and improved forms</title>
<updated>2011-10-11T18:01:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-09-08T20:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f78fd692c0ec51241476e6be9a4df06cd62fdd6'/>
<id>4f78fd692c0ec51241476e6be9a4df06cd62fdd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($location): $location docs + using $location guide</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-22T12:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8fa79066e2cea470086769aa59e7cc9d3aa30d81'/>
<id>8fa79066e2cea470086769aa59e7cc9d3aa30d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
