<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngResource, branch v1.1.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat($http): add support for aborting via timeout promises</title>
<updated>2013-05-20T21:15:04+00:00</updated>
<author>
<name>David Bennett</name>
</author>
<published>2013-04-27T15:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9f4f5937112655a9881d3281da8e72035bc8b180'/>
<id>9f4f5937112655a9881d3281da8e72035bc8b180</id>
<content type='text'>
If the timeout argument is a promise, abort the request when it is resolved.
Implemented by adding support to $httpBackend service and $httpBackend mock
service.

This api can also be used to explicitly abort requests while keeping the
communication between the deffered and promise unidirectional.

Closes #1159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the timeout argument is a promise, abort the request when it is resolved.
Implemented by adding support to $httpBackend service and $httpBackend mock
service.

This api can also be used to explicitly abort requests while keeping the
communication between the deffered and promise unidirectional.

Closes #1159
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): null default param results in TypeError</title>
<updated>2013-05-16T21:26:08+00:00</updated>
<author>
<name>Ryan Schumacher</name>
</author>
<published>2013-04-03T15:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cefbcd470d4c9020cc3487b2326d45058ef831e2'/>
<id>cefbcd470d4c9020cc3487b2326d45058ef831e2</id>
<content type='text'>
Fixes issue when setting a default param as `null` error
`TypeError: Cannot read property 'charAt' of null`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue when setting a default param as `null` error
`TypeError: Cannot read property 'charAt' of null`
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($resource): collapse empty suffix parameters correctly</title>
<updated>2013-05-14T19:01:15+00:00</updated>
<author>
<name>Glenn Goodrich</name>
</author>
<published>2013-05-13T13:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53061363c7aa1ab9085273d269c6f04ac2162336'/>
<id>53061363c7aa1ab9085273d269c6f04ac2162336</id>
<content type='text'>
Previously only repeated `/` delimiters were collapsed into a
single `/`.  Now, the sequence `/.` at the end of the template, i.e.
only followed by a sequence of word characters, is collapsed into a single
`.`. This makes it easier to support suffixes on resource URLs.
For example, given a resource template of `/some/path/:id.:format`, if
the `:id` is `""` but format `"json"` then the URL is now
`/some/path.json`, rather than `/some/path/.json`.

BREAKING CHANGE: A `/` followed by a `.`, in the last segment of the
URL template is now collapsed into a single `.` delimiter. For example:
`users/.json` will become `users.json`. If your server relied upon this
sequence then it will no longer work. In this case you can now escape the
`/.` sequence with `/\.`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously only repeated `/` delimiters were collapsed into a
single `/`.  Now, the sequence `/.` at the end of the template, i.e.
only followed by a sequence of word characters, is collapsed into a single
`.`. This makes it easier to support suffixes on resource URLs.
For example, given a resource template of `/some/path/:id.:format`, if
the `:id` is `""` but format `"json"` then the URL is now
`/some/path.json`, rather than `/some/path/.json`.

BREAKING CHANGE: A `/` followed by a `.`, in the last segment of the
URL template is now collapsed into a single `.` delimiter. For example:
`users/.json` will become `users.json`. If your server relied upon this
sequence then it will no longer work. In this case you can now escape the
`/.` sequence with `/\.`
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($resource): simplify url template expansion</title>
<updated>2013-05-08T22:08:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-05-08T22:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ee2689051bb40794eeb81baf80dc0717fd9edd2a'/>
<id>ee2689051bb40794eeb81baf80dc0717fd9edd2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($resource): improve installation section</title>
<updated>2013-04-04T15:57:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-04-04T15:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2ce74e547a3912736910f1b654e383f112a9bae0'/>
<id>2ce74e547a3912736910f1b654e383f112a9bae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fixed typos</title>
<updated>2013-03-29T22:14:55+00:00</updated>
<author>
<name>Pascal Borreli</name>
</author>
<published>2013-03-21T19:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9480136d9f062ec4b8df0a35914b48c0d61e0002'/>
<id>9480136d9f062ec4b8df0a35914b48c0d61e0002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($resource): Added an installation section.</title>
<updated>2013-03-08T19:04:32+00:00</updated>
<author>
<name>Ciro Nunes</name>
</author>
<published>2013-03-05T03:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cb5ce981fb824970cc5bdd68ecb685e9aba3c268'/>
<id>cb5ce981fb824970cc5bdd68ecb685e9aba3c268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($resource): ability to override url in resource actions</title>
<updated>2013-02-27T18:52:30+00:00</updated>
<author>
<name>zeflasher</name>
</author>
<published>2013-02-22T02:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=60f1f099fc7e5197808cd6acb7407cdc40f50a3f'/>
<id>60f1f099fc7e5197808cd6acb7407cdc40f50a3f</id>
<content type='text'>
Resources now can defined per action url override. The url is treated
as a template rather than a literal string, so fancy interpolations
are possible.

See attached tests for example usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resources now can defined per action url override. The url is treated
as a template rather than a literal string, so fancy interpolations
are possible.

See attached tests for example usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): don't encode URL query substring "null" to "+"</title>
<updated>2013-02-27T01:25:15+00:00</updated>
<author>
<name>Andrew McLeod</name>
</author>
<published>2013-02-26T05:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=86d191ed4aea9015adc71b852223475c5c762c34'/>
<id>86d191ed4aea9015adc71b852223475c5c762c34</id>
<content type='text'>
Fixes issue in encodeUriQuery used by $http and $resource that
treats null as a string and replaces the characters "null" with "+".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue in encodeUriQuery used by $http and $resource that
treats null as a string and replaces the characters "null" with "+".
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($resource): fix bad indentation producing a code block</title>
<updated>2013-02-14T23:47:16+00:00</updated>
<author>
<name>Cedric Soulas</name>
</author>
<published>2013-02-10T19:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=37bdcc984a0240cf0ac125613acee12f1cee389d'/>
<id>37bdcc984a0240cf0ac125613acee12f1cee389d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
