diff options
author | Teddy Wing | 2017-02-03 21:35:44 +0100 |
---|---|---|
committer | Teddy Wing | 2017-02-03 21:39:38 +0100 |
commit | a336bc30a62f77ae8a50be5fa6deddc48ea4fba2 (patch) | |
tree | 31a1f55858ed28da06453fa64ce5652fb19575ec /app | |
parent | 13eb4df71a2d304d13b37cfc15eac4c76870adce (diff) | |
download | Angular-tutorial-a336bc30a62f77ae8a50be5fa6deddc48ea4fba2.tar.bz2 |
index.html.erb: Delete the contents of this file
Now that we have information being displayed from Angular, we can get
rid of this extra text.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/home/index.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 2085730..e69de29 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,2 +0,0 @@ -<h1>Home#index</h1> -<p>Find me in app/views/home/index.html.erb</p> |