From e65995f1eb2e190e71c9226a2f754671a7277c86 Mon Sep 17 00:00:00 2001 From: Michal Kedrzynski Date: Mon, 14 Mar 2016 15:48:28 +0100 Subject: [PATCH] Updated choices.tpl.html to properly hide and show dropdown In some cases dropdown is shown even when it is not open. That's because ng-show is bound to $select.items, that can be not empty. --- src/bootstrap/choices.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/choices.tpl.html b/src/bootstrap/choices.tpl.html index 4eb83c4b9..b0ef81bdb 100644 --- a/src/bootstrap/choices.tpl.html +++ b/src/bootstrap/choices.tpl.html @@ -1,6 +1,6 @@