<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Notes-angular-demo/app/assets/javascripts/services, branch master</title>
<subtitle>A demo app to explain how to get a basic AngularJS app up and running</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/'/>
<entry>
<title>services/notes.js: Change `save` function to `update`</title>
<updated>2015-01-25T04:28:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-25T04:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=0ec62bcbe1abc707d1ce8ac47aefe378f0ae361e'/>
<id>0ec62bcbe1abc707d1ce8ac47aefe378f0ae361e</id>
<content type='text'>
Angular uses `save` for new resources. Change this to `update` since it
operates on existing resources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Angular uses `save` for new resources. Change this to `update` since it
operates on existing resources.
</pre>
</div>
</content>
</entry>
<entry>
<title>services/notes.js: Simplify save function</title>
<updated>2015-01-25T04:17:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-25T04:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=397bdfd9ee28b62afb88d9e2e6872d679a9e3b19'/>
<id>397bdfd9ee28b62afb88d9e2e6872d679a9e3b19</id>
<content type='text'>
Leverage Angular `$resource`s `$save` method to simplify this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leverage Angular `$resource`s `$save` method to simplify this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>main view: Create &amp; update work</title>
<updated>2015-01-24T15:41:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T15:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=154fb936beb820d5e8db616899a6a95bc8d1c080'/>
<id>154fb936beb820d5e8db616899a6a95bc8d1c080</id>
<content type='text'>
Add hooks to create new notes and save existing notes from the
interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add hooks to create new notes and save existing notes from the
interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create initial Notes Angular app</title>
<updated>2015-01-24T14:41:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T14:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=c764e3b3964e137038b964c44b0b736828478868'/>
<id>c764e3b3964e137038b964c44b0b736828478868</id>
<content type='text'>
Lists all notes and populates content section with the body of a note
when one is clicked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lists all notes and populates content section with the body of a note
when one is clicked.
</pre>
</div>
</content>
</entry>
</feed>
