<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngResource, branch v1.2.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($resource): Always return a resource instance when calling class methods on resources.</title>
<updated>2013-11-21T17:51:02+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-21T00:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f6ecf9a3c9090593faf5fa50586c99a56b51c776'/>
<id>f6ecf9a3c9090593faf5fa50586c99a56b51c776</id>
<content type='text'>
Previously, calling `MyResource.save(myResourceInstance)`returned
a promise, in contrast to the docs for `$resource`. However,
calling `MyResource.save({name: 'Tobias"})`already correctly
returned a resource instance.

Fixes #4545.
Closes #5061.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, calling `MyResource.save(myResourceInstance)`returned
a promise, in contrast to the docs for `$resource`. However,
calling `MyResource.save({name: 'Tobias"})`already correctly
returned a resource instance.

Fixes #4545.
Closes #5061.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngResource): removed buzz client example</title>
<updated>2013-11-15T05:22:11+00:00</updated>
<author>
<name>Jeff Cross</name>
</author>
<published>2013-11-15T05:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=40e34a924b629280eb572e957cc8a2cf4f88394c'/>
<id>40e34a924b629280eb572e957cc8a2cf4f88394c</id>
<content type='text'>
The Buzz Client example on the ngResource
doc was causing parse errors.

While the root cause is being investigated,
the example has been removed, and should be
replaced by a more relevant example anyhow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Buzz Client example on the ngResource
doc was causing parse errors.

While the root cause is being investigated,
the example has been removed, and should be
replaced by a more relevant example anyhow.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(resource): fix grammatical issue</title>
<updated>2013-11-14T13:12:36+00:00</updated>
<author>
<name>mkolodny</name>
</author>
<published>2013-11-10T17:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=938b2e1217b1075aaeea3b54dc5693cffc077c83'/>
<id>938b2e1217b1075aaeea3b54dc5693cffc077c83</id>
<content type='text'>
'Case' should be the plural 'cases' since it is talking about multiple possible cases rather
than a single case. For slightly more info, see the section 'When words like "none" are the
subject' in this article: http://writing.wisc.edu/Handbook/SubjectVerb.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'Case' should be the plural 'cases' since it is talking about multiple possible cases rather
than a single case. For slightly more info, see the section 'When words like "none" are the
subject' in this article: http://writing.wisc.edu/Handbook/SubjectVerb.html
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): don't use $parse for @dotted.member</title>
<updated>2013-11-12T00:17:34+00:00</updated>
<author>
<name>Chirayu Krishnappa</name>
</author>
<published>2013-11-09T04:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9577702e8d2519c1a60f5ac4058e63bd7b919815'/>
<id>9577702e8d2519c1a60f5ac4058e63bd7b919815</id>
<content type='text'>
params and paramDefaults support looking up the parameter value from the
data object.  The syntax for that is `@nested.property.name`.
Currently, $resource uses $parse to do this.  This is too liberal
(you can use values like `@a=b` or `@a | filter` and have it work -
which doesn't really make sense).  It also puts up a dependency on
$parse which is has restrictions to secure expressions used in
templates.  The value here, though a string, is specified in Javascript
code and shouldn't have those restrictions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
params and paramDefaults support looking up the parameter value from the
data object.  The syntax for that is `@nested.property.name`.
Currently, $resource uses $parse to do this.  This is too liberal
(you can use values like `@a=b` or `@a | filter` and have it work -
which doesn't really make sense).  It also puts up a dependency on
$parse which is has restrictions to secure expressions used in
templates.  The value here, though a string, is specified in Javascript
code and shouldn't have those restrictions.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($resource): fix typo</title>
<updated>2013-10-27T21:51:53+00:00</updated>
<author>
<name>Jarrett Harris</name>
</author>
<published>2013-10-27T05:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c9a1df3ae92183fc5074b02389fff524c508b731'/>
<id>c9a1df3ae92183fc5074b02389fff524c508b731</id>
<content type='text'>
Closes #4670
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4670
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): fix jsHint errors with long lines</title>
<updated>2013-10-23T21:44:37+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-23T21:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=269bc7e51f0ae4e4230308e43db934a9fff48756'/>
<id>269bc7e51f0ae4e4230308e43db934a9fff48756</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): provide index pages for each angular module</title>
<updated>2013-10-23T21:00:12+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-17T02:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a7e12b7959212f2fa88fe17d5a045cc9d8b22922'/>
<id>a7e12b7959212f2fa88fe17d5a045cc9d8b22922</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: make jshint happy</title>
<updated>2013-10-22T22:32:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-10-22T21:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f2fab498303e00d199cb3d19a008670e214d5c10'/>
<id>f2fab498303e00d199cb3d19a008670e214d5c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(grunt): add jshint tasks</title>
<updated>2013-10-22T22:32:40+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-21T08:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=934a95d3ef3f72dfc37b0b564624cb4a1286d4f4'/>
<id>934a95d3ef3f72dfc37b0b564624cb4a1286d4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: correct broken links</title>
<updated>2013-10-18T22:35:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-10-18T02:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=14438058da39c3e523f420549074934ca5881b09'/>
<id>14438058da39c3e523f420549074934ca5881b09</id>
<content type='text'>
This also contains some whitespace corrections by my editor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also contains some whitespace corrections by my editor.
</pre>
</div>
</content>
</entry>
</feed>
