diff options
author | Teddy Wing | 2015-01-24 09:41:57 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-24 09:41:57 -0500 |
commit | c764e3b3964e137038b964c44b0b736828478868 (patch) | |
tree | 9c26044cfbedf6c8b5885a9a130540b456dc4b57 /app/assets/javascripts/notes.coffee | |
parent | ac4ca71de63bc3ab75b520cfe382040926079982 (diff) | |
download | Notes-angular-demo-c764e3b3964e137038b964c44b0b736828478868.tar.bz2 |
Create initial Notes Angular app
Lists all notes and populates content section with the body of a note
when one is clicked.
Diffstat (limited to 'app/assets/javascripts/notes.coffee')
-rw-r--r-- | app/assets/javascripts/notes.coffee | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/javascripts/notes.coffee b/app/assets/javascripts/notes.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/notes.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ |