From 0f06d9e6e35c220559969c06d1fddf12416b6f33 Mon Sep 17 00:00:00 2001 From: lopesc Date: Wed, 30 Aug 2017 15:02:07 +0100 Subject: [PATCH] Update Readme: ngf-allow-dir browser compatibility Updated documentation for ngf-allow-dir attribute and browser compatibility as per: https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/webkitGetAsEntry#Browser_compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b611800..6a956bf4 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ At least one of the `ngf-select` or `ngf-drop` are mandatory for the plugin to l *ngf-capture="'camera'" or "'other'" *ngf-accept="'image/*'" - +ngf-allow-dir="boolean" + +ngf-allow-dir="boolean" +ngf-include-dir="boolean" +ngf-drag-over-class="{pattern: 'image/*', accept:'acceptClass', reject:'rejectClass', delay:100}"