From 0ea6226e88325de9fc924e42b507bd04daa9e9d0 Mon Sep 17 00:00:00 2001 From: ADubielSTX Date: Thu, 5 Oct 2017 15:05:38 +0200 Subject: [PATCH] Remove duplicated line in template - double 'divider' --- src/angularjs-dropdown-multiselect.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/angularjs-dropdown-multiselect.js b/src/angularjs-dropdown-multiselect.js index b0487381..1f8a40b2 100644 --- a/src/angularjs-dropdown-multiselect.js +++ b/src/angularjs-dropdown-multiselect.js @@ -34,7 +34,6 @@ directiveModule.directive('ngDropdownMultiselect', ['$filter', '$document', '$co template += '
  • {{texts.checkAll}}'; template += '
  • {{texts.uncheckAll}}
  • '; template += '
  • '; - template += '
  • '; template += '
  • {{::texts.selectGroup}} {{::getGroupLabel(currentGroup)}}
  • '; template += '
  • '; template += '
  • {{texts.disableSearch}}
  • ';