<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Notes-angular-demo/app, 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>Merge branch 'angular-app'</title>
<updated>2015-01-25T22:34:05+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-25T22:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=b75ef2c502bf0da050bd290a2ad1cc7aa0dcc408'/>
<id>b75ef2c502bf0da050bd290a2ad1cc7aa0dcc408</id>
<content type='text'>
Conflicts:
	app/assets/stylesheets/layouts/_global.scss
	app/views/home/main.html.erb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	app/assets/stylesheets/layouts/_global.scss
	app/views/home/main.html.erb
</pre>
</div>
</content>
</entry>
<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>Import markup &amp; styles from 08b6f4f and prior</title>
<updated>2015-01-24T16:08:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-24T16:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Notes-angular-demo/commit/?id=005e7cca168c6b4eeb06e314046f58b516c13aec'/>
<id>005e7cca168c6b4eeb06e314046f58b516c13aec</id>
<content type='text'>
Grab new markup and styles from the `angular-app` branch. These include
some new things needed that came about once I built out the Angular app.

Set the textarea to a fixed height because I can't get 100% height to
work right now and don't have the time to figure it out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Grab new markup and styles from the `angular-app` branch. These include
some new things needed that came about once I built out the Angular app.

Set the textarea to a fixed height because I can't get 100% height to
work right now and don't have the time to figure it out.
</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>
</feed>
