aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/services/notes.js
AgeCommit message (Collapse)Author
2015-01-24services/notes.js: Simplify save functionTeddy Wing
Leverage Angular `$resource`s `$save` method to simplify this function.
2015-01-24main view: Create & update workTeddy Wing
Add hooks to create new notes and save existing notes from the interface.
2015-01-24Create initial Notes Angular appTeddy Wing
Lists all notes and populates content section with the body of a note when one is clicked.