<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/service, branch v0.9.19</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat($route): add reloadOnSearch route param to avoid reloads</title>
<updated>2011-08-19T19:05:52+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-15T15:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e004378d100ce767a1107180102790a9a360644e'/>
<id>e004378d100ce767a1107180102790a9a360644e</id>
<content type='text'>
In order to avoid unnecesary route reloads when just hashSearch part
of the url changes, it is now possible to disable this behavior by
setting reloadOnSearch param of the route declaration to false.

Closes #354
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to avoid unnecesary route reloads when just hashSearch part
of the url changes, it is now possible to disable this behavior by
setting reloadOnSearch param of the route declaration to false.

Closes #354
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($xhr,$resource): expose response headers in callbacks</title>
<updated>2011-08-19T08:20:45+00:00</updated>
<author>
<name>Karl Seamon</name>
</author>
<published>2011-07-29T22:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ec1d8ee86e3138fb91543ca0dca28463895c090'/>
<id>4ec1d8ee86e3138fb91543ca0dca28463895c090</id>
<content type='text'>
all $xhr*, $resource and related mocks now have access to headers from
their callbacks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all $xhr*, $resource and related mocks now have access to headers from
their callbacks
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(sample): Add javascript sandbox integration (jsFiddle)</title>
<updated>2011-08-19T08:16:56+00:00</updated>
<author>
<name>dandoyon</name>
</author>
<published>2011-08-11T03:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53a4580d956248cfef84c4d11350a54d27211cf7'/>
<id>53a4580d956248cfef84c4d11350a54d27211cf7</id>
<content type='text'>
Change doc_widget.js to:

- render "edit in jsfiddle" button next to all examples
- make opt out certain examples by adding jsfiddle="false" attribute to
  doc:source element
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change doc_widget.js to:

- render "edit in jsfiddle" button next to all examples
- make opt out certain examples by adding jsfiddle="false" attribute to
  doc:source element
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(xhr): add e2e test for JSONP error handling</title>
<updated>2011-08-19T06:34:15+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-05T21:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ee8e981c47a843786500ef2c420bbcd2c878b167'/>
<id>ee8e981c47a843786500ef2c420bbcd2c878b167</id>
<content type='text'>
- add e2e tests
- refactor the example by removing clear button and simplifying the code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add e2e tests
- refactor the example by removing clear button and simplifying the code
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($xhr.error): fix docs and add missed breaking change</title>
<updated>2011-08-19T06:33:00+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-08-02T07:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd792de9e87e54f1efc93cccd514d2637b3eb7fc'/>
<id>fd792de9e87e54f1efc93cccd514d2637b3eb7fc</id>
<content type='text'>
$xhr.error's first argument (request) has no callback property anymore,
it's called success now...

This breaking change was introduced by b5594a773a6f07dcba914aa385f92d3305285b24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$xhr.error's first argument (request) has no callback property anymore,
it's called success now...

This breaking change was introduced by b5594a773a6f07dcba914aa385f92d3305285b24
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(typos): fix couple of typos in the docs</title>
<updated>2011-08-19T06:24:08+00:00</updated>
<author>
<name>dandoyon</name>
</author>
<published>2011-07-30T01:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a01cf6d39e30598bb0145e619515c69b6aac09e9'/>
<id>a01cf6d39e30598bb0145e619515c69b6aac09e9</id>
<content type='text'>
Minor documentation fixes. Should not be any code changes.
One test changed due to dependency on text in documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor documentation fixes. Should not be any code changes.
One test changed due to dependency on text in documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource</title>
<updated>2011-07-27T22:21:31+00:00</updated>
<author>
<name>Karl Seamon</name>
</author>
<published>2011-07-22T19:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5594a773a6f07dcba914aa385f92d3305285b24'/>
<id>b5594a773a6f07dcba914aa385f92d3305285b24</id>
<content type='text'>
Closes #408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #408
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(strict mode): adding strict mode flag to all js files</title>
<updated>2011-07-18T19:12:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-17T08:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fe5240732d0a80b8717be77b31d51dc3c4d737fd'/>
<id>fe5240732d0a80b8717be77b31d51dc3c4d737fd</id>
<content type='text'>
the flag must be in all src and test files so that we get the benefit of
running in the strict mode even in jstd

the following script was used to modify all files:

for file in `find src test -name "*.js"`; do
  echo -e "'use strict';\n" &gt; temp.txt
  cat $file &gt;&gt; temp.txt
  mv temp.txt $file
done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the flag must be in all src and test files so that we get the benefit of
running in the strict mode even in jstd

the following script was used to modify all files:

for file in `find src test -name "*.js"`; do
  echo -e "'use strict';\n" &gt; temp.txt
  cat $file &gt;&gt; temp.txt
  mv temp.txt $file
done
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($route): fix $route example and couple of typos</title>
<updated>2011-07-13T09:49:16+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-01T23:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7e2e7b07b6a79a64891f3f2408fb6c325a499e51'/>
<id>7e2e7b07b6a79a64891f3f2408fb6c325a499e51</id>
<content type='text'>
Rewrite $route example a bit, as it required $location and $route services
to be eager published in the root scope.

Fix small typos in formatter and ng:options docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrite $route example a bit, as it required $location and $route services
to be eager published in the root scope.

Fix small typos in formatter and ng:options docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat:$xhr: provide access to $xhr header defaults</title>
<updated>2011-06-30T07:34:50+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-06-29T07:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c5f3a413bc00acf9ac1046fb15b454096a8890c6'/>
<id>c5f3a413bc00acf9ac1046fb15b454096a8890c6</id>
<content type='text'>
$xhr header defaults are now exposed as $xhr.defaults.headers.common and
$xhr.default.headers.&lt;httpmethod&gt;. This allows applications to configure
their defaults as needed.

This commit doesn't allow headers to be set per request, only per
application. Per request change would require api change, which I tried
to avoid *for now*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$xhr header defaults are now exposed as $xhr.defaults.headers.common and
$xhr.default.headers.&lt;httpmethod&gt;. This allows applications to configure
their defaults as needed.

This commit doesn't allow headers to be set per request, only per
application. Per request change would require api change, which I tried
to avoid *for now*.
</pre>
</div>
</content>
</entry>
</feed>
