<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates/index.html, branch v1.0.0rc4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(docs): add nonminified jquery debug version of docs</title>
<updated>2012-04-05T18:33:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-05T16:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0f2de12273c50729e918c3103d92fdec6b5b3cad'/>
<id>0f2de12273c50729e918c3103d92fdec6b5b3cad</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>fix(docs): remove ngModelInstant from all examples</title>
<updated>2012-04-04T22:56:15+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-04T22:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fdf17d729fa7651e88dc5f27c40b8de875a34a55'/>
<id>fdf17d729fa7651e88dc5f27c40b8de875a34a55</id>
<content type='text'>
just fixing leftover code after the removal of ngModelInstant
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
just fixing leftover code after the removal of ngModelInstant
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngCookies): moved to module</title>
<updated>2012-03-28T18:16:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-26T23:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7b22d59b4a16d5c50c2eee054178ba17f8038880'/>
<id>7b22d59b4a16d5c50c2eee054178ba17f8038880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(resource): moved to module</title>
<updated>2012-03-28T18:16:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-27T04:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=798bca62c6f64775b85deda3713e7b6bcc7a4b4d'/>
<id>798bca62c6f64775b85deda3713e7b6bcc7a4b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reafactor: Rename ng:bind-immediate -&gt; ng:model-instant</title>
<updated>2012-02-29T02:22:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-24T19:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c4c60c25b494afe282dd1a86a030fbc2c63639aa'/>
<id>c4c60c25b494afe282dd1a86a030fbc2c63639aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(forms): Even better forms</title>
<updated>2012-02-29T01:46:58+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-16T01:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=21c725f1a12d1de758cab6e4c4fafc5c420eb565'/>
<id>21c725f1a12d1de758cab6e4c4fafc5c420eb565</id>
<content type='text'>
- remove $formFactory completely
- remove parallel scope hierarchy (forms, widgets)
- use new compiler features (widgets, forms are controllers)
- any directive can add formatter/parser (validators, convertors)

Breaks no custom input types
Breaks removed integer input type
Breaks remove list input type (ng-list directive instead)
Breaks inputs bind only blur event by default (added ng:bind-change directive)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove $formFactory completely
- remove parallel scope hierarchy (forms, widgets)
- use new compiler features (widgets, forms are controllers)
- any directive can add formatter/parser (validators, convertors)

Breaks no custom input types
Breaks removed integer input type
Breaks remove list input type (ng-list directive instead)
Breaks inputs bind only blur event by default (added ng:bind-change directive)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): disable appcache - causing too much trouble</title>
<updated>2012-01-17T20:13:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-17T20:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=22309c312fbfbcc383a9daedb20d34d34d299503'/>
<id>22309c312fbfbcc383a9daedb20d34d34d299503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): more fixes</title>
<updated>2012-01-17T19:23:56+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-17T19:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fcf95a47d102583913dca2217af6228c92c11dcf'/>
<id>fcf95a47d102583913dca2217af6228c92c11dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): various doc fixes</title>
<updated>2012-01-17T17:49:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-16T07:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=92af30ce6e99676c71c85bd08962b68629564908'/>
<id>92af30ce6e99676c71c85bd08962b68629564908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
