Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
fix(Thing): Fixed error with multiple select dropdown not allowing se…
Browse files Browse the repository at this point in the history
…lection

Signed-off-by: Chris Jackson <chris@cd-jackson.com>
  • Loading branch information
cdjackson committed Jun 10, 2016
1 parent ce384fe commit a95e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/configuration/eshConfigParam.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name="{{config.name}}"
search-enabled="false"
multiple
limit="config.multipleLimit"
limit="{{config.multipleLimit}}"
ng-disabled="config.readOnly">
<ui-select-match>
{{$item.label}}
Expand Down

0 comments on commit a95e02c

Please sign in to comment.