Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | application.html.erb: Declare ngApp | Teddy 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-03 | application.js: Include Angular | Teddy Wing | |
Remove unneeded libraries, include Angular and Angular's router on the page. | |||
2017-02-03 | Create HomeController | Teddy Wing | |
2017-02-03 | Install Angular & angular-route | Teddy Wing | |
2017-02-03 | Install Bower | Teddy Wing | |
Configure it to work with Rails in the /vendor directory. | |||
2017-02-03 | Initial commit. Base Rails 5.0.1 project. | Teddy Wing | |