<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Notes-angular-demo/app/views, 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>main view: Make current note appear active in sidebar</title>
<updated>2015-01-24T15:42:20+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T15:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=08b6f4f8ee8823512ab7d5d4d13998f7d6cbfe46'/>
<id>08b6f4f8ee8823512ab7d5d4d13998f7d6cbfe46</id>
<content type='text'>
Highlight the note we're currently editing so we know which one it is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Highlight the note we're currently editing so we know which one it is.
</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>main view: Create "New" button</title>
<updated>2015-01-24T14:45:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T14:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=384167b6122e44971aac7f98a0131f8cad1ef47f'/>
<id>384167b6122e44971aac7f98a0131f8cad1ef47f</id>
<content type='text'>
Non-functional. To be used to create a new note.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Non-functional. To be used to create a new note.
</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>
<entry>
<title>main view: Create &amp; style delete link</title>
<updated>2015-01-24T09:14:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T09:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=d5f62176d49800037adb82bac1e50b28952e4911'/>
<id>d5f62176d49800037adb82bac1e50b28952e4911</id>
<content type='text'>
Made as an "x" button to the right of the note load/edit link.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made as an "x" button to the right of the note load/edit link.
</pre>
</div>
</content>
</entry>
<entry>
<title>main view: Add "Save" button</title>
<updated>2015-01-24T08:48:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T08:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=350792d5fe14e570b3d489148aabcab7cdea4572'/>
<id>350792d5fe14e570b3d489148aabcab7cdea4572</id>
<content type='text'>
Create &amp; style a save button to save your current note.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create &amp; style a save button to save your current note.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add markup &amp; styles for main page</title>
<updated>2015-01-24T08:26:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T08:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=2289566e8eec89f14d18d0c8480f0c1ba446ea95'/>
<id>2289566e8eec89f14d18d0c8480f0c1ba446ea95</id>
<content type='text'>
Style to have a header, fixed sidebar with links to notes, and lorem
ipsum as a main section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Style to have a header, fixed sidebar with links to notes, and lorem
ipsum as a main section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create an index page</title>
<updated>2015-01-24T04:21:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T04:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=c372914af04268126d1e4a11af1c8d9baa014167'/>
<id>c372914af04268126d1e4a11af1c8d9baa014167</id>
<content type='text'>
* Add `main` action to HomeController
* Set `main` as our root route
* Create a view for `main` with dummy text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add `main` action to HomeController
* Set `main` as our root route
* Create a view for `main` with dummy text
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. Base Rails 4.2.0 project.</title>
<updated>2015-01-23T22:29:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-23T22:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=d7d88ccd11cda59619fea44e14997ed21b5f9a4e'/>
<id>d7d88ccd11cda59619fea44e14997ed21b5f9a4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
