<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/api, branch v1.0.0rc2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(input): Fix some broken links, add missing $, use ng- in examples</title>
<updated>2012-03-13T20:52:57+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-13T20:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=63be222326f3badbb76371f82d49fed5ab9e3e65'/>
<id>63be222326f3badbb76371f82d49fed5ab9e3e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(directive): add more docs for the directive api</title>
<updated>2012-03-13T06:04:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-12T15:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a9ed5745a0e83fb8ac11636d5272fc6e632e6247'/>
<id>a9ed5745a0e83fb8ac11636d5272fc6e632e6247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(directive, module): add various missing docs and fix existing docs</title>
<updated>2012-03-08T19:06:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-08T00:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=772ddb983b06058ecfae46700641927183820a36'/>
<id>772ddb983b06058ecfae46700641927183820a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(compiler): change default restriction to attribute only for directives</title>
<updated>2012-03-08T18:07:49+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-08T06:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6a98c52c847ecc620118f3ccfdd66c3956c0fb01'/>
<id>6a98c52c847ecc620118f3ccfdd66c3956c0fb01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($compileProvider.directive): Update iAttrs docs</title>
<updated>2012-03-07T22:04:14+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-07T22:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6aa3cfc31b14bfe74d89030fb6c2d615e44f2845'/>
<id>6aa3cfc31b14bfe74d89030fb6c2d615e44f2845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(forms): Update API docs for forms</title>
<updated>2012-02-29T02:22:35+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-24T03:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=139e1b09a94f60b351cc961d8bfd882c0b8ba594'/>
<id>139e1b09a94f60b351cc961d8bfd882c0b8ba594</id>
<content type='text'>
- API forms (ng:model + controller, form + controller)
- fix some broken links
- ng:change, ng:model-instant
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- API forms (ng:model + controller, form + controller)
- fix some broken links
- ng:change, ng:model-instant
</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>docs($compile): transclude documentation</title>
<updated>2012-02-22T06:46:01+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-02-09T17:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3773323e464bf45eed8cc70082ab369507d4e14d'/>
<id>3773323e464bf45eed8cc70082ab369507d4e14d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($compileProvider.directive): fix some typos</title>
<updated>2012-01-26T17:13:08+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-01-26T17:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b6f61a89cf36a41198fecebbfb617c47217e9a64'/>
<id>b6f61a89cf36a41198fecebbfb617c47217e9a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(compiler): update the compiler docs</title>
<updated>2012-01-25T19:53:59+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-12-14T01:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4804c83b7db5770d5d02eea9eea4cc012b4aa524'/>
<id>4804c83b7db5770d5d02eea9eea4cc012b4aa524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
