From 75c818e34328b38fdd7fd143b17663c00846cc80 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 3 Feb 2017 21:26:16 +0100 Subject: application.html.erb: Declare ngApp Set ngApp on the `` 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. --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 26a30ae..53c091b 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,5 +1,5 @@ - +