Age | Commit message (Collapse) | Author |
|
Conflicts:
app/assets/stylesheets/layouts/_global.scss
app/views/home/main.html.erb
|
|
Angular uses `save` for new resources. Change this to `update` since it
operates on existing resources.
|
|
Leverage Angular `$resource`s `$save` method to simplify this function.
|
|
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.
|
|
Highlight the note we're currently editing so we know which one it is.
|
|
Add hooks to create new notes and save existing notes from the
interface.
|
|
Non-functional. To be used to create a new note.
|
|
Lists all notes and populates content section with the body of a note
when one is clicked.
|
|
Made as an "x" button to the right of the note load/edit link.
|
|
Create & style a save button to save your current note.
|
|
Style to have a header, fixed sidebar with links to notes, and lorem
ipsum as a main section.
|
|
* Add `main` action to HomeController
* Set `main` as our root route
* Create a view for `main` with dummy text
|
|
|
|
|
|
* Create routes for notes actions
* Add actions to NotesController allowing us to interact with it
through a JSON API
|
|
|
|
|
|
|