<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/service, branch v1.0.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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(scope): remove scope $destroy event</title>
<updated>2012-03-13T21:13:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-13T06:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac5151a469667b1cc1b5e2f96d330b71631efd0b'/>
<id>ac5151a469667b1cc1b5e2f96d330b71631efd0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(svg): normalize class access for SVG</title>
<updated>2012-03-13T04:59:50+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-12T23:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=48096048cf92bcada9b8c4f54d7002fbcf239416'/>
<id>48096048cf92bcada9b8c4f54d7002fbcf239416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(*): refactor all ng: to ng-</title>
<updated>2012-03-10T00:14:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-09T08:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f4d338d393dabb49182d40b4fe90c4d1b51621c0'/>
<id>f4d338d393dabb49182d40b4fe90c4d1b51621c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($provide) Rename service -&gt; provider</title>
<updated>2012-03-09T18:10:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-08T23:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=00d4427388eeec81d434f9ee96bb7ccc70190923'/>
<id>00d4427388eeec81d434f9ee96bb7ccc70190923</id>
<content type='text'>
It registers a provider class, so this makes more sense.

Breaks Rename $provide.service -&gt; $provide.provider
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It registers a provider class, so this makes more sense.

Breaks Rename $provide.service -&gt; $provide.provider
</pre>
</div>
</content>
</entry>
<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>fix($parse): Allow property names that collide with native object properties</title>
<updated>2012-03-08T19:39:03+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-08T01:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b3750103cc2c696b4ecadd7eebc55a76fd528bce'/>
<id>b3750103cc2c696b4ecadd7eebc55a76fd528bce</id>
<content type='text'>
I.e. constructor, toString, or watch on FF
(https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/watch)

+ optimize parser a bit to not create getter function for operators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I.e. constructor, toString, or watch on FF
(https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object/watch)

+ optimize parser a bit to not create getter function for operators
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tests): fix name collisions between various tests</title>
<updated>2012-03-08T19:06:15+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-08T00:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ee7209fe2676f836ef39ff77e3aa5c46572e817b'/>
<id>ee7209fe2676f836ef39ff77e3aa5c46572e817b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($rootScope): rename ttl to digestTtl + docs</title>
<updated>2012-03-08T19:01:22+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-05T22:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e0ace15cd325b28f5c9a2a6f8e040dfd2701b1f4'/>
<id>e0ace15cd325b28f5c9a2a6f8e040dfd2701b1f4</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>
</feed>
