<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/widget, branch v0.10.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>feat(form): do not prevent submission if action attribute present</title>
<updated>2011-12-06T21:07:26+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-25T03:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c9f2b1eec5e8a9eaf10faae8a8accf0b771096e0'/>
<id>c9f2b1eec5e8a9eaf10faae8a8accf0b771096e0</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): treat all not number model as blank</title>
<updated>2011-11-15T19:47:23+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-15T19:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=aba9bb2a241f832d1b09d75e05973a985b817cc1'/>
<id>aba9bb2a241f832d1b09d75e05973a985b817cc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(radio): fix binding to value={{exp}}</title>
<updated>2011-11-15T19:44:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-15T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5857c44e0cc52309251c932f9c530958dfdb616c'/>
<id>5857c44e0cc52309251c932f9c530958dfdb616c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($service): removed almost all references to scope.$service</title>
<updated>2011-11-15T00:39:33+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-03T04:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=16597e8b52bdfe34b2239a5ab86a839fa8e980d6'/>
<id>16597e8b52bdfe34b2239a5ab86a839fa8e980d6</id>
<content type='text'>
- still need to remove from factory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- still need to remove from factory
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(services): migrate angular.service -&gt; module</title>
<updated>2011-11-15T00:39:33+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-02T23:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bd04316a89a0909e7a4e483839d573ce857f7622'/>
<id>bd04316a89a0909e7a4e483839d573ce857f7622</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): switch to injector 2.0 introduce modules</title>
<updated>2011-11-15T00:39:32+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-02T04:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ed36b9da3be338fe9eb36f3eeea901d6f51cd768'/>
<id>ed36b9da3be338fe9eb36f3eeea901d6f51cd768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(compiler) turn compiler into a service</title>
<updated>2011-11-15T00:39:32+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-10-26T05:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d12df0d360fe0dabdca3591654327834bee2803b'/>
<id>d12df0d360fe0dabdca3591654327834bee2803b</id>
<content type='text'>
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(injector): turn scope into a service</title>
<updated>2011-11-15T00:39:31+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-10-17T23:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=48697a2b86dbb12ea8de64cc5fece7caf68b321e'/>
<id>48697a2b86dbb12ea8de64cc5fece7caf68b321e</id>
<content type='text'>
- turn scope into a $rootScope service.
- injector is now a starting point for creating angular application.
- added inject() method which wraps jasmine its/beforeEach/afterEach,
  and which allows configuration and injection of services.
- refactor tests to use inject() where possible

BREAK:
- removed angular.scope() method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- turn scope into a $rootScope service.
- injector is now a starting point for creating angular application.
- added inject() method which wraps jasmine its/beforeEach/afterEach,
  and which allows configuration and injection of services.
- refactor tests to use inject() where possible

BREAK:
- removed angular.scope() method
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(radio): allows data-binding on value property. Closes#316</title>
<updated>2011-10-20T18:30:40+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-10-20T18:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7fc18b263dc74f52bb677e446f23e35d64948841'/>
<id>7fc18b263dc74f52bb677e446f23e35d64948841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
