Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | services/notes.js: Change `save` function to `update` | Teddy Wing | |
Angular uses `save` for new resources. Change this to `update` since it operates on existing resources. | |||
2015-01-24 | services/notes.js: Simplify save function | Teddy Wing | |
Leverage Angular `$resource`s `$save` method to simplify this function. | |||
2015-01-24 | main view: Create & update work | Teddy Wing | |
Add hooks to create new notes and save existing notes from the interface. | |||
2015-01-24 | Create initial Notes Angular app | Teddy Wing | |
Lists all notes and populates content section with the body of a note when one is clicked. |