Remove issue disabled in search list - pending confirmation

stable
Álex Hermida 2018-08-01 10:49:22 +02:00 committed by Alex Hermida
parent 05fc66fe5c
commit 7856063317
2 changed files with 0 additions and 3 deletions

View File

@ -79,7 +79,6 @@ searchListDirective = ($translate) ->
scope.showClosed = !scope.showClosed
scope.filterItems = (searchText) ->
scope.itemDisabled(null)
scope.filtering = true
scope.items = _.filter(avaliableItems, (item) ->
itemAttrs = item.getAttrs()
@ -107,7 +106,6 @@ searchListDirective = ($translate) ->
items: '=',
itemType: '@',
filterClosed: '=',
itemDisabled: '='
}
}

View File

@ -27,7 +27,6 @@ fieldset.search-list
ng-class="{ 'selected': item.id == currentSelected.id }"
data-choice-id="{{ item.id }}"
ng-if="isVisible(item)"
ng-disabled="itemDisabled(item)"
)
ng-include(src="templateUrl")