From d395397484e3b67557934d13b97d57949b2f4389 Mon Sep 17 00:00:00 2001 From: Alfred Bez Date: Wed, 25 Feb 2015 15:31:34 +0100 Subject: [PATCH 1/2] fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d97904..a2c7514e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Table of Content:
watching model: -
Upload ussing model $watch
+
Upload using model $watch
Upload on file change
Drop File:
Date: Fri, 27 Feb 2015 10:32:24 -0800 Subject: [PATCH 2/2] Missing a closing
for first sample. Just makes it less work when people are copying and pasting the fragment to test. Also this fragment no longer matches the fiddle? --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2c7514e..2edb40d1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Table of Content: drag-over-class="dragover" ng-multiple="true" allow-dir="true" accept=".jpg,.png,.pdf">Drop Images or PDFs files here
File Drag/Drop is not supported for this browser
+
``` JS: ```js