<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/service, branch v0.10.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($locationProvider) hashPrefix's getter returned html5Mode + doc fix</title>
<updated>2012-01-17T19:21:20+00:00</updated>
<author>
<name>Konstantin Stepanov</name>
</author>
<published>2012-01-17T15:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e1e7aca9a6036bfc0a4fbc7f63d0aafb533c3348'/>
<id>e1e7aca9a6036bfc0a4fbc7f63d0aafb533c3348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): various doc fixes</title>
<updated>2012-01-17T17:49:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-16T07:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=92af30ce6e99676c71c85bd08962b68629564908'/>
<id>92af30ce6e99676c71c85bd08962b68629564908</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>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>docs($http, $httpBackend): docs docs docs</title>
<updated>2012-01-13T22:28:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-11T03:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=939c8e8fac0487da12e56291d69c5199a8ed9a30'/>
<id>939c8e8fac0487da12e56291d69c5199a8ed9a30</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>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>
<entry>
<title>fix($httpBackend): fix for jsonp requests</title>
<updated>2012-01-09T22:38:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-01-09T18:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7146f7063602b82383211533d98e78f7eb2c03db'/>
<id>7146f7063602b82383211533d98e78f7eb2c03db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
