From 4d282ac88255a4ad3c64ee9a58007e10c2f026ca Mon Sep 17 00:00:00 2001 From: Samson Quaye Date: Wed, 1 Feb 2017 13:17:55 +0100 Subject: [PATCH 1/2] added ability to get label for fields --- src/tmpl/RuleDirective.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tmpl/RuleDirective.html b/src/tmpl/RuleDirective.html index 9b1d2c0..c5dabc1 100644 --- a/src/tmpl/RuleDirective.html +++ b/src/tmpl/RuleDirective.html @@ -1,5 +1,5 @@
- + From d46d26944700df9424b49428fe50a29dbe3826da Mon Sep 17 00:00:00 2001 From: Samson Quaye Date: Wed, 1 Feb 2017 13:23:11 +0100 Subject: [PATCH 2/2] updated docs to match contribution --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12d43b0..7ba6b6a 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ $scope.elasticBuilderData.fields = { }; ``` +You can optionally add a label to the fields option to change the select label. + ```html
```