aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/app.js
AgeCommit message (Collapse)Author
2017-02-03Add hello.component.jsTeddy 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-03Create `n.Notes` app moduleTeddy Wing
This will be the base module for our app.