<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates, branch v0.9.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(docs): use window.execScript instead of window.eval on IE</title>
<updated>2011-09-06T21:58:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-06T20:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2d489ff936391d3d0b7269009c3737794cb80eab'/>
<id>2d489ff936391d3d0b7269009c3737794cb80eab</id>
<content type='text'>
IE's window.eval doesn't execute in the global context, so we have to
use window.execScript instead which works like window.eval on normal
browsers. However execScript throws an exception when an empty string is
passed in, so I created a workaround with a workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE's window.eval doesn't execute in the global context, so we have to
use window.execScript instead which works like window.eval on normal
browsers. However execScript throws an exception when an empty string is
passed in, so I created a workaround with a workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): remove more unecessary use of hide() and show() method</title>
<updated>2011-08-21T16:41:50+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-21T15:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90ca6f983ea360cc016d6b4d056afeafed479c97'/>
<id>90ca6f983ea360cc016d6b4d056afeafed479c97</id>
<content type='text'>
- tutorial section of docs fails to render properly as
doc:tutorial-instructions widget uses deprecated show and hide methods
of jQlite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tutorial section of docs fails to render properly as
doc:tutorial-instructions widget uses deprecated show and hide methods
of jQlite.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): work around the lame ng:show directive</title>
<updated>2011-08-21T08:12:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-21T07:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=19aa16c8d501766194aa19512d2bd9147ccac641'/>
<id>19aa16c8d501766194aa19512d2bd9147ccac641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): change docs.css to avoid css clashes in buzz example</title>
<updated>2011-08-21T08:12:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-21T06:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a1972c71b04decac901aeafce3a07e3a5612b63'/>
<id>4a1972c71b04decac901aeafce3a07e3a5612b63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(sample): Fix for jsFiddle integration</title>
<updated>2011-08-19T20:29:26+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-19T19:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac6e1306ec2126f9c8e67b4a26d8f03001abf73d'/>
<id>ac6e1306ec2126f9c8e67b4a26d8f03001abf73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(sample): Add javascript sandbox integration (jsFiddle)</title>
<updated>2011-08-19T08:16:56+00:00</updated>
<author>
<name>dandoyon</name>
</author>
<published>2011-08-11T03:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53a4580d956248cfef84c4d11350a54d27211cf7'/>
<id>53a4580d956248cfef84c4d11350a54d27211cf7</id>
<content type='text'>
Change doc_widget.js to:

- render "edit in jsfiddle" button next to all examples
- make opt out certain examples by adding jsfiddle="false" attribute to
  doc:source element
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change doc_widget.js to:

- render "edit in jsfiddle" button next to all examples
- make opt out certain examples by adding jsfiddle="false" attribute to
  doc:source element
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(jqLite): remove jqLite show/hide support</title>
<updated>2011-08-19T07:59:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-14T10:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99'/>
<id>4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99</id>
<content type='text'>
it turns out that even with our tricks, jqLite#show is not usable in
practice and definitely not on par with jQuery. so rather than
introducing half-baked apis which introduce issues, I'm removing them.

I also removed show/hide uses from docs, since they are not needed.

Breaks jqLite.hide/jqLite.show which are no longer available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it turns out that even with our tricks, jqLite#show is not usable in
practice and definitely not on par with jQuery. so rather than
introducing half-baked apis which introduce issues, I'm removing them.

I also removed show/hide uses from docs, since they are not needed.

Breaks jqLite.hide/jqLite.show which are no longer available.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(index.html): change the order of elements in the navbar</title>
<updated>2011-07-29T20:44:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-29T20:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c1a681d6f45b7ff8af20aa9e6dcd3c20e61e1494'/>
<id>c1a681d6f45b7ff8af20aa9e6dcd3c20e61e1494</id>
<content type='text'>
Users often don't see Tutorial and go straight to crappy Dev Guide,
changing the order should help find them right content in the right
order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users often don't see Tutorial and go straight to crappy Dev Guide,
changing the order should help find them right content in the right
order.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(css): make all navbar links bold</title>
<updated>2011-07-29T20:43:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-29T20:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f4df421b44eb2ee0926b569f646c863324988c23'/>
<id>f4df421b44eb2ee0926b569f646c863324988c23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(tutorial): add an arrow to 'Workspace Reset Instructions' links</title>
<updated>2011-07-29T18:43:17+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-29T18:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4b90f65614af2b8da1e5904b2b0f2fce7c4e08e3'/>
<id>4b90f65614af2b8da1e5904b2b0f2fce7c4e08e3</id>
<content type='text'>
The arrow is a hint that user won't navigate to a new page, but instead
the instructions will be displayed inline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The arrow is a hint that user won't navigate to a new page, but instead
the instructions will be displayed inline.
</pre>
</div>
</content>
</entry>
</feed>
