<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/service.template, branch v1.2.7</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>Move documentation under individual headings</title>
<updated>2011-06-07T05:28:38+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-04-29T22:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=11e9572b952e49b01035e956c412d6095533031a'/>
<id>11e9572b952e49b01035e956c412d6095533031a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed example rendering, add tests for it.</title>
<updated>2011-01-24T22:23:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-01-19T23:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c2f2587a79aeb77aad66f081cf924a79348a698e'/>
<id>c2f2587a79aeb77aad66f081cf924a79348a698e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>add @workInProgress tag and mark all @ngdocs as work in progress</title>
<updated>2010-11-19T00:28:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-19T00:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc7f11d03b4380866033c38eb7649cdc5be93d9a'/>
<id>fc7f11d03b4380866033c38eb7649cdc5be93d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for @deprecated ng:doc annotation + show warnings in templates</title>
<updated>2010-11-18T10:34:31+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-16T06:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c7052f098d47f60228c5d60ad16fcac8ce2b22c8'/>
<id>c7052f098d47f60228c5d60ad16fcac8ce2b22c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic Services, which support @memberOf and @methodOf</title>
<updated>2010-11-16T05:55:37+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2010-11-15T01:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cc749760fd59418433de5a055d1ca401f7500444'/>
<id>cc749760fd59418433de5a055d1ca401f7500444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
