<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.0.0rc9</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cutting 1.0.0rc9 eggplant-teleportation</title>
<updated>2012-05-15T05:13:15+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-15T05:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d70223e53e46d2860d5c836036df37847cc04e35'/>
<id>d70223e53e46d2860d5c836036df37847cc04e35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 1.0.0rc9 eggplant-teleportation</title>
<updated>2012-05-15T05:00:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-14T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8ad02bb5a8b20d5158f1ca4ac86d09b57f1465b4'/>
<id>8ad02bb5a8b20d5158f1ca4ac86d09b57f1465b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(jqLite): .data()/.bind() memory leak</title>
<updated>2012-05-15T04:56:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-09T23:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ec1c5dfaee32f9638cedd28bb96bbbecce9d0cf0'/>
<id>ec1c5dfaee32f9638cedd28bb96bbbecce9d0cf0</id>
<content type='text'>
Since angular attaches scope/injector/controller
into DOM it should clean up after itself. No need
to complain about memory leaks, since they can
only happened on detached DOM. Detached DOM would
only be in tests, since in production the DOM
would be attached to render tree and removal
would automatically clear memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since angular attaches scope/injector/controller
into DOM it should clean up after itself. No need
to complain about memory leaks, since they can
only happened on detached DOM. Detached DOM would
only be in tests, since in production the DOM
would be attached to render tree and removal
would automatically clear memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular-mocks): memory leak in jasmine's DI utils</title>
<updated>2012-05-15T04:56:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-09T23:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=24e7da4f1954dbe2e89f82950ed00292678534fd'/>
<id>24e7da4f1954dbe2e89f82950ed00292678534fd</id>
<content type='text'>
When using inject/module helper methods in tests, these methods would
leave the injector laying around after the test. Since injector is
the application it can grow very large.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using inject/module helper methods in tests, these methods would
leave the injector laying around after the test. Since injector is
the application it can grow very large.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($sniffer): report history false on Android &lt; 4</title>
<updated>2012-05-14T22:12:51+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-05-14T21:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7b739c97028be2a5d5aef679ef1f8064cd10d386'/>
<id>7b739c97028be2a5d5aef679ef1f8064cd10d386</id>
<content type='text'>
Android has history.pushState, but it does not update the location correctly:
http://code.google.com/p/android/issues/detail?id=17471

Closes #904
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android has history.pushState, but it does not update the location correctly:
http://code.google.com/p/android/issues/detail?id=17471

Closes #904
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): support urls with any protocol</title>
<updated>2012-05-14T21:45:56+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-12T06:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c1533ef5762199bea18d3bf3bcba7fcf89272931'/>
<id>c1533ef5762199bea18d3bf3bcba7fcf89272931</id>
<content type='text'>
The url used for location parsing was quite strict and did not support
custom url schemes like "chrome-extension://". With this change the only
requirement for scheme is that it doesn't contain ":" character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The url used for location parsing was quite strict and did not support
custom url schemes like "chrome-extension://". With this change the only
requirement for scheme is that it doesn't contain ":" character.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($browser/$location): single quote in url causes infinite digest in FF</title>
<updated>2012-05-14T04:53:19+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-14T04:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=679cb8a74a684454fe38fa9e1ddad396bb598c52'/>
<id>679cb8a74a684454fe38fa9e1ddad396bb598c52</id>
<content type='text'>
The real issue is in FF, see https://bugzilla.mozilla.org/show_bug.cgi?id=407172.

FF overly encodes stuff which breaks our expectations and then we fail .url() != currentUrl.absUrl()
comparison unexpectidly, which leads to infinite digest.

The workaround is to correct for this inconsistency in $browser and decode any single quotes in urls.

Closes #920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The real issue is in FF, see https://bugzilla.mozilla.org/show_bug.cgi?id=407172.

FF overly encodes stuff which breaks our expectations and then we fail .url() != currentUrl.absUrl()
comparison unexpectidly, which leads to infinite digest.

The workaround is to correct for this inconsistency in $browser and decode any single quotes in urls.

Closes #920
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($rootScope): fix $digest example</title>
<updated>2012-05-09T00:00:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-08T23:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4e65635f85f83f3e92e279563bb4f26eb05eb02e'/>
<id>4e65635f85f83f3e92e279563bb4f26eb05eb02e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug(ie8 docs): docs now work on ie8</title>
<updated>2012-05-07T22:43:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-07T22:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=aa02534865c8e43dcef9e218b12c8c717c837205'/>
<id>aa02534865c8e43dcef9e218b12c8c717c837205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug(html5 navigation): broken in Opera</title>
<updated>2012-05-07T22:43:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-07T18:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b99f65f64d1e54315b3210d78a9a9adbcf34c96c'/>
<id>b99f65f64d1e54315b3210d78a9a9adbcf34c96c</id>
<content type='text'>
http://my.opera.com/community/forums/topic.dml?id=1185462

Closes# 938
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://my.opera.com/community/forums/topic.dml?id=1185462

Closes# 938
</pre>
</div>
</content>
</entry>
</feed>
