<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/service, branch v0.9.18</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>fix(strict mode): fix all issues discovered by strict mode and unit/e2e tests</title>
<updated>2011-07-18T19:12:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-17T07:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4c6d26a38f977f61d4deaacfd6b6c71f331e8065'/>
<id>4c6d26a38f977f61d4deaacfd6b6c71f331e8065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Throw error when compiling multiple roots</title>
<updated>2011-06-08T22:21:33+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-05-06T20:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=04a62e83bcd4067749fa5e2eb0181bc43500169c'/>
<id>04a62e83bcd4067749fa5e2eb0181bc43500169c</id>
<content type='text'>
Closes #338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #338
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename deprecated wasCalled() -&gt; toHaveBeenCalled() in all specs</title>
<updated>2011-05-31T08:32:54+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T08:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2e5199997c77cb2febed4ff21bc12a5d5fbad4ce'/>
<id>2e5199997c77cb2febed4ff21bc12a5d5fbad4ce</id>
<content type='text'>
As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith()
</pre>
</div>
</content>
</entry>
<entry>
<title>make xhr.cache optionally synchronous</title>
<updated>2011-03-30T22:22:22+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-30T16:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c06c5a36b108c6ad20776923d75eb6f32ace591b'/>
<id>c06c5a36b108c6ad20776923d75eb6f32ace591b</id>
<content type='text'>
- add `sync` flag xhr.cache
- change ng:include to use the sync flag
- change ng:view to use the sync flag

The end result is that there are fewer repaints in the browser,
which means less "blinking" that user sees.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add `sync` flag xhr.cache
- change ng:include to use the sync flag
- change ng:view to use the sync flag

The end result is that there are fewer repaints in the browser,
which means less "blinking" that user sees.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing semi-colons</title>
<updated>2011-03-29T06:04:48+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-03-25T16:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9312bed4728e9f550fea131040cae199b3ab0c22'/>
<id>9312bed4728e9f550fea131040cae199b3ab0c22</id>
<content type='text'>
So that my eclipse stops complaining...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that my eclipse stops complaining...
</pre>
</div>
</content>
</entry>
<entry>
<title>Added XSRF prevention logic to $xhr service</title>
<updated>2011-03-11T22:16:53+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T21:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c578f8c3ed0ca23b03ccde146cb13cfaf24f17cd'/>
<id>c578f8c3ed0ca23b03ccde146cb13cfaf24f17cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider all 2xx responses as OK, not just 200</title>
<updated>2011-03-11T22:16:52+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T05:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5343deb3da0e667599fe66d8efa3566b4e337a24'/>
<id>5343deb3da0e667599fe66d8efa3566b4e337a24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
