<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch g3-v1.0.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(forms): Remove double registering of form</title>
<updated>2012-03-16T19:06:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-16T07:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1faafa31582c4e9413f48dc7d12f5b681f9fe9fd'/>
<id>1faafa31582c4e9413f48dc7d12f5b681f9fe9fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(forms): Set ng-valid/ng-invalid correctly</title>
<updated>2012-03-16T19:06:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-16T00:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=08bfea183a850b29da270eac47f80b598cbe600f'/>
<id>08bfea183a850b29da270eac47f80b598cbe600f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(injector): infer _foo_ as foo</title>
<updated>2012-03-16T17:52:40+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-16T17:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f13dd3393dfb7a33565c9360342c193bc0bddcb6'/>
<id>f13dd3393dfb7a33565c9360342c193bc0bddcb6</id>
<content type='text'>
this is to enable nicer tests:

 describe('fooSvc', function() {
   var fooSvc;

   beforeEach(inject(function(_fooSvc_) {
     fooSvc = _fooSvc_;
   }));

   it('should do this thing', function() {
     //test fooSvc
   });
 });
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is to enable nicer tests:

 describe('fooSvc', function() {
   var fooSvc;

   beforeEach(inject(function(_fooSvc_) {
     fooSvc = _fooSvc_;
   }));

   it('should do this thing', function() {
     //test fooSvc
   });
 });
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(scope): broadcast $destroy event on scope destruction</title>
<updated>2012-03-16T16:41:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-16T16:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9b1aff905b638aa274a5fc8f88662df446d374bd'/>
<id>9b1aff905b638aa274a5fc8f88662df446d374bd</id>
<content type='text'>
perf testing shows that in chrome this change adds 5-15% overhead
when destroying 10k nested scopes where each scope has a $destroy listener
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
perf testing shows that in chrome this change adds 5-15% overhead
when destroying 10k nested scopes where each scope has a $destroy listener
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-switch): properly destroy child scopes</title>
<updated>2012-03-14T21:33:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-14T20:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2315d9b3610994b36c44e4a97fb1427d59471ce8'/>
<id>2315d9b3610994b36c44e4a97fb1427d59471ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(links): corrected borken links</title>
<updated>2012-03-14T02:36:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-14T02:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b'/>
<id>8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ng-list): Allow custom separator</title>
<updated>2012-03-14T00:51:05+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-13T05:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13f31602f396bc269076ab4d389cfd8ca94b20ba'/>
<id>13f31602f396bc269076ab4d389cfd8ca94b20ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(compile): allow ngForm on attribute and class</title>
<updated>2012-03-13T23:59:10+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T23:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e9e3ee012b50f868f4cd68f3571560680998a19b'/>
<id>e9e3ee012b50f868f4cd68f3571560680998a19b</id>
<content type='text'>
#feature
- ngForm directive can now be used with element, class, and attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#feature
- ngForm directive can now be used with element, class, and attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>f(compile): boolean attributes too agresive</title>
<updated>2012-03-13T23:59:03+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=de9464c1431906883bdf180fb00615e6fa371577'/>
<id>de9464c1431906883bdf180fb00615e6fa371577</id>
<content type='text'>
- compiler would rewrite boolean attributes on all elements. This is too aggressive and interferes with some third-party frameworks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- compiler would rewrite boolean attributes on all elements. This is too aggressive and interferes with some third-party frameworks
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-non-bindable): increase priority to 1000</title>
<updated>2012-03-13T23:58:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T20:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=31cd5803102ba93f8b93cd5304aea4ade50f96ab'/>
<id>31cd5803102ba93f8b93cd5304aea4ade50f96ab</id>
<content type='text'>
- increase ng-non-bindable prioirity to 1000 so that it prevents attribute interpolation on same level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- increase ng-non-bindable prioirity to 1000 so that it prevents attribute interpolation on same level.
</pre>
</div>
</content>
</entry>
</feed>
