<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/scenario, branch v1.0.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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(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>
<entry>
<title>refactor(directives): connect new compiler</title>
<updated>2012-01-25T19:50:37+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-23T05:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9ee2cdff44e7d496774b340de816344126c457b3'/>
<id>9ee2cdff44e7d496774b340de816344126c457b3</id>
<content type='text'>
- turn everything into a directive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- turn everything into a directive
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(scope): separate controller from scope</title>
<updated>2012-01-23T19:05:36+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-30T05:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=992c790f0786fa45c1cc3710f29bf49c7c322ba7'/>
<id>992c790f0786fa45c1cc3710f29bf49c7c322ba7</id>
<content type='text'>
Controller is standalone object, created using "new" operator, not messed up with scope anymore.
Instead, related scope is injected as $scope.

See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k

Closes #321
Closes #425

Breaks controller methods are not exported to scope automatically
Breaks Scope#$new() does not take controller as argument anymore</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Controller is standalone object, created using "new" operator, not messed up with scope anymore.
Instead, related scope is injected as $scope.

See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k

Closes #321
Closes #425

Breaks controller methods are not exported to scope automatically
Breaks Scope#$new() does not take controller as argument anymore</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(module): strict separation between module-config / app-runtime</title>
<updated>2012-01-12T21:40:07+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-01-12T19:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d648d709f3edcac56132e9e2a84a0fc65f5b48ac'/>
<id>d648d709f3edcac56132e9e2a84a0fc65f5b48ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(module): new module loader</title>
<updated>2012-01-11T06:27:00+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-01-07T02:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5143e7bf065a3cbdf8400cf095b653d51bc83b8f'/>
<id>5143e7bf065a3cbdf8400cf095b653d51bc83b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(angularPublic): move public export definition to AnuglarPublic.js</title>
<updated>2011-11-15T04:31:21+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-14T23:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=955551141de88f15760e3e6e8cb8503ee34b6f6e'/>
<id>955551141de88f15760e3e6e8cb8503ee34b6f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(injector): $injector is no longer a function.</title>
<updated>2011-11-15T04:31:19+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-12T23:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e88dfb734a64aad4dbd402642816781b0e1725ec'/>
<id>e88dfb734a64aad4dbd402642816781b0e1725ec</id>
<content type='text'>
- $injector('abc') -&gt; $injector.get('abc');
- $injector(fn) -&gt; $injector.invoke(null, fn);
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- $injector('abc') -&gt; $injector.get('abc');
- $injector(fn) -&gt; $injector.invoke(null, fn);
</pre>
</div>
</content>
</entry>
<entry>
<title>style(docs): make jslint happy - fix some warnings</title>
<updated>2011-11-15T04:31:19+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-12T01:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c'/>
<id>acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
