aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
AgeCommit message (Collapse)Author
2017-02-03index.html.erb: Delete the contents of this fileTeddy Wing
Now that we have information being displayed from Angular, we can get rid of this extra text.
2017-02-03application.html.erb: Add `hello` componentTeddy Wing
Include a new `<hello/>` component on the page. We haven't written it yet, but this will be where it gets rendered on the page.
2017-02-03application.html.erb: Declare ngAppTeddy Wing
Set ngApp on the `<html>` attribute of the layout template. Calling it "Notes" since this is a note app. Using the `n` prefix to separate/namespace application/project modules from other included modules.
2017-02-03Create HomeControllerTeddy Wing
2017-02-03Initial commit. Base Rails 5.0.1 project.Teddy Wing