<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/widget, branch v1.2.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(directives,widgets): reorg the code under directive/ dir</title>
<updated>2012-03-09T06:29:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-08T23:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f54db2ccda399f2677e4ca7588018cb31545a2b4'/>
<id>f54db2ccda399f2677e4ca7588018cb31545a2b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(directive.ngModel): rename emitValidity -&gt; setValidity</title>
<updated>2012-02-29T02:22:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-28T00:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4370d756e4e758f0e95e83390f7555cb9f48e6fe'/>
<id>4370d756e4e758f0e95e83390f7555cb9f48e6fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng:model-instant): defer only keydown, throttle setTimeouts</title>
<updated>2012-02-29T02:22:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-27T22:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4e83399570391fe4a41ce4dc27c8a191f761d26d'/>
<id>4e83399570391fe4a41ce4dc27c8a191f761d26d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): Render 0 (number) as 0 (not empty string)</title>
<updated>2012-02-29T02:22:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-26T06:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e7d610681114d278b2127757c1d1a65981bc4dc1'/>
<id>e7d610681114d278b2127757c1d1a65981bc4dc1</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(select): double array issue with multislect and jQuery</title>
<updated>2012-02-22T06:45:59+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-02-03T18:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=85b2084f578652cc0dcba46c689683fc550554fe'/>
<id>85b2084f578652cc0dcba46c689683fc550554fe</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>cleanup(tests): remove unused variables</title>
<updated>2012-01-25T19:46:34+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-12-14T09:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=517811764d3a37806f3e5c4f0c6ca6527e2c189c'/>
<id>517811764d3a37806f3e5c4f0c6ca6527e2c189c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): bind inputs to the 'input' event</title>
<updated>2011-12-07T21:07:20+00:00</updated>
<author>
<name>bartes</name>
</author>
<published>2011-11-18T19:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0c534644bc1908fad4e8df5754d3ec224bc7ed7e'/>
<id>0c534644bc1908fad4e8df5754d3ec224bc7ed7e</id>
<content type='text'>
The input event is fired on all non-ie browsers whenever the contents of an input
field changes. This means that we now support cut&amp;paste via mouse which
was previously unsupported.

IE8 and older don't support this events and IE9 has a problematic
support for it, so we can't rely solely on this event and drop keydown
and change events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The input event is fired on all non-ie browsers whenever the contents of an input
field changes. This means that we now support cut&amp;paste via mouse which
was previously unsupported.

IE8 and older don't support this events and IE9 has a problematic
support for it, so we can't rely solely on this event and drop keydown
and change events.
</pre>
</div>
</content>
</entry>
</feed>
