<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/service, branch v0.9.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($route): fix regex escaping in route matcher</title>
<updated>2011-09-26T23:45:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T11:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f7a5f1788a794d082a05e48f728b22b47a6cc622'/>
<id>f7a5f1788a794d082a05e48f728b22b47a6cc622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(jsonp): fixing jsonp e2e tests</title>
<updated>2011-09-03T00:10:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-02T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5703984d4df214a492322ec83e805ebc2c4ea8c9'/>
<id>5703984d4df214a492322ec83e805ebc2c4ea8c9</id>
<content type='text'>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</pre>
</div>
</content>
</entry>
<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>
</feed>
