Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | Add hello.component.js | Teddy Wing | |
Create a new component for a Hello World example. This is housed in a new `n.Hello` module. For now, just print a hard-coded name to the page. Update the `n.Notes` module adding a dependency on `n.Hello` in order for our new component to be displayed. | |||
2017-02-03 | Create `n.Notes` app module | Teddy Wing | |
This will be the base module for our app. | |||
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 | Initial commit. Base Rails 5.0.1 project. | Teddy Wing | |