<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v0.9.19</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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(tutorial): updates needed for 0.9.18 rebase</title>
<updated>2011-08-19T06:33:19+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-04T17:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=718ebf1fcf1a3f916819382125e1225e1d2e38ee'/>
<id>718ebf1fcf1a3f916819382125e1225e1d2e38ee</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): fix qfs.read() encoding issue</title>
<updated>2011-08-19T06:33:10+00:00</updated>
<author>
<name>DiPeng</name>
</author>
<published>2011-08-01T15:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2f5d17f3b6b8732894e576b7be4270dcad8fa343'/>
<id>2f5d17f3b6b8732894e576b7be4270dcad8fa343</id>
<content type='text'>
- must use binary reading when using read function in q-fs module
otherwise some unicode character may be garbled.

Closes #497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- must use binary reading when using read function in q-fs module
otherwise some unicode character may be garbled.

Closes #497
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(contribute): add npm &amp; q dependencies to setup instructions</title>
<updated>2011-07-29T20:59:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-29T20:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a45d383da20ebee912ce8b062964c91b05c32c67'/>
<id>a45d383da20ebee912ce8b062964c91b05c32c67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
