<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/docs.js, branch v1.0.0rc11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>complete rewrite of documentation generation</title>
<updated>2011-01-10T19:50:11+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-12-22T23:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f22d6866c052fb5b770ce4f377cecacacd9e6d8'/>
<id>4f22d6866c052fb5b770ce4f377cecacacd9e6d8</id>
<content type='text'>
- romeved mustache.js
- unified templates
- improved testability of the code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- romeved mustache.js
- unified templates
- improved testability of the code
</pre>
</div>
</content>
</entry>
<entry>
<title>change to keydown from keyup; add delayed $updateView</title>
<updated>2011-01-07T22:39:46+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-12-10T21:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=47c454a315b6c0260c8f65e70ae9b30f924650df'/>
<id>47c454a315b6c0260c8f65e70ae9b30f924650df</id>
<content type='text'>
 - There was a perceived lag when typing do to the fact that we were
   listening on the keyup event instead of keydown. The issue with
   keydown is that we can not read the value of the input field. To
   solve this we schedule a defer call and perform the model update
   then.

 - To prevent calling $eval on root scope too many times as well as to
   prevent drowning the browser with too many updates we now call the
   $eval only after 25ms and any additional requests get ignored. The
   new update service is called $updateView
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - There was a perceived lag when typing do to the fact that we were
   listening on the keyup event instead of keydown. The issue with
   keydown is that we can not read the value of the input field. To
   solve this we schedule a defer call and perform the model update
   then.

 - To prevent calling $eval on root scope too many times as well as to
   prevent drowning the browser with too many updates we now call the
   $eval only after 25ms and any additional requests get ignored. The
   new update service is called $updateView
</pre>
</div>
</content>
</entry>
<entry>
<title>dual scrolling for docs with custom scrollbars</title>
<updated>2010-11-30T00:47:13+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-29T21:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=46091f811b8ec5bfe8ee53c15ef4589cf30dee01'/>
<id>46091f811b8ec5bfe8ee53c15ef4589cf30dee01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a feedback link to the doc pages</title>
<updated>2010-11-19T00:53:11+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-19T00:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7ee102eecf927c5a481c6d16b5ff08bfe9563bdc'/>
<id>7ee102eecf927c5a481c6d16b5ff08bfe9563bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't encode page.name (hash) in docs.js</title>
<updated>2010-11-18T19:56:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T19:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c7874b07bfb811c3f7b7853628595b4698d6aa4'/>
<id>3c7874b07bfb811c3f7b7853628595b4698d6aa4</id>
<content type='text'>
see discussion in https://github.com/angular/angular.js/pull/158"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see discussion in https://github.com/angular/angular.js/pull/158"
</pre>
</div>
</content>
</entry>
<entry>
<title>group utility methods/objects while sorting stuff for the side bar</title>
<updated>2010-11-18T10:34:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T19:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=51a22cf435b39f933e5a20aabb59d6c78353c9d3'/>
<id>51a22cf435b39f933e5a20aabb59d6c78353c9d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs should use ng:include onload</title>
<updated>2010-11-16T21:45:45+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-16T21:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4af32de84a264e05eebfa6dbc09ce10fac1e1417'/>
<id>4af32de84a264e05eebfa6dbc09ce10fac1e1417</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate keyword for searches; improved layout of doc</title>
<updated>2010-11-15T20:28:08+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-15T20:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b467a50bc75b7f4c0d9bcee521387eda460337bf'/>
<id>b467a50bc75b7f4c0d9bcee521387eda460337bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>jsdoc parser + generator + viewer + scenario runner</title>
<updated>2010-11-03T16:47:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-27T22:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=659af29adbd041fbbbaf041ead53266210a61f4e'/>
<id>659af29adbd041fbbbaf041ead53266210a61f4e</id>
<content type='text'>
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
</pre>
</div>
</content>
</entry>
</feed>
