From a29f58ed1468e2fad0de5cf933eaf7f33bc27ef1 Mon Sep 17 00:00:00 2001 From: Asaf David Date: Wed, 9 Apr 2014 14:28:37 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91d35eb..0ca08bf 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ ngCsv attributes * field-separator: Defines the field separator character (default is) * text-delimiter: If provided, will use this characters to "escape" string values +* lazy-load: If defined and set to true, ngCsv will generate the data string only on demand. See the lazy_load example for more details. ## Example