<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v0.10.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(jqLite): added injector() helper method</title>
<updated>2012-01-16T10:17:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-16T07:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b587091b6e6a30a2c53d577956866a1e3d1c77ea'/>
<id>b587091b6e6a30a2c53d577956866a1e3d1c77ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): do not $digest if browser's url change fired within $apply/$digest</title>
<updated>2012-01-14T19:23:12+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-01-14T00:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c49b8a2db5d916a9213547125af996d6c853230c'/>
<id>c49b8a2db5d916a9213547125af996d6c853230c</id>
<content type='text'>
Chrome (probably other browsers as well) fires 'hashchange' event synchronously, so if you change raw location from within $apply/$digest, we don't want to $apply twice. (It would throw an exception)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chrome (probably other browsers as well) fires 'hashchange' event synchronously, so if you change raw location from within $apply/$digest, we don't want to $apply twice. (It would throw an exception)
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(module): add runtime block</title>
<updated>2012-01-13T22:28:43+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-01-13T22:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5cdfe45aa3e50fabad44009c1b8511253c6e4915'/>
<id>5cdfe45aa3e50fabad44009c1b8511253c6e4915</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(*): small fixes</title>
<updated>2012-01-13T22:28:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-13T00:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=16a40c626fc3da688596928afa028a596204a683'/>
<id>16a40c626fc3da688596928afa028a596204a683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): anonnymous response interceptors should be treated as factories</title>
<updated>2012-01-13T22:28:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-13T00:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b7f4d8c3c3c537f895d3cd7369f5b23ec94820e0'/>
<id>b7f4d8c3c3c537f895d3cd7369f5b23ec94820e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): remove support for PATCH + better whenXXX, expectXXX api</title>
<updated>2012-01-13T21:53:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-10T18:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=46691c2721735c27426b721d780e8816d502b9f2'/>
<id>46691c2721735c27426b721d780e8816d502b9f2</id>
<content type='text'>
- there are too many unknowns about PATCH, so I'm dropping its support until we know that this is actually useful
- expectGET, expectHEAD and expectJSON (and the same for whenXXX) should not require response data to be specified
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- there are too many unknowns about PATCH, so I'm dropping its support until we know that this is actually useful
- expectGET, expectHEAD and expectJSON (and the same for whenXXX) should not require response data to be specified
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrolling (links)</title>
<updated>2012-01-13T09:07:12+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-01-12T11:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=15fd735793cffe89fdf9662275409cdcdb3e801a'/>
<id>15fd735793cffe89fdf9662275409cdcdb3e801a</id>
<content type='text'>
Now, that we have autoscroll attribute on ng:include, there is no reason to disable the service completely, so $anchorScrollProvider.disableAutoScrolling() means it won't be scrolling when $location.hash() changes.

And then, it's not $autoScroll at all, it actually scrolls to anchor when it's called, so I renamed
it to $anchorScroll.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now, that we have autoscroll attribute on ng:include, there is no reason to disable the service completely, so $anchorScrollProvider.disableAutoScrolling() means it won't be scrolling when $location.hash() changes.

And then, it's not $autoScroll at all, it actually scrolls to anchor when it's called, so I renamed
it to $anchorScroll.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($autoScroll): rename method in test + use $apply instead of $digest</title>
<updated>2012-01-13T09:05:24+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-01-12T10:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=985d3d75586a16020d78564753f9b46ec9091929'/>
<id>985d3d75586a16020d78564753f9b46ec9091929</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($autoScroll): scroll even if $location is in html5 mode</title>
<updated>2012-01-13T09:01:26+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-01-12T10:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=249c89c0911254873c68cd753d903ea5606344ac'/>
<id>249c89c0911254873c68cd753d903ea5606344ac</id>
<content type='text'>
+ use autoscroll in docs (ng:include)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ use autoscroll in docs (ng:include)</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(module): strict separation between module-config / app-runtime</title>
<updated>2012-01-12T21:40:07+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-01-12T19:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d648d709f3edcac56132e9e2a84a0fc65f5b48ac'/>
<id>d648d709f3edcac56132e9e2a84a0fc65f5b48ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
