scripts/core/itemList/itemList.ts
Function link
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
link: function(scope, element, attrs) {
scope.items = null;
scope.processedItems = null;
scope.selected = null;
var oldSearch = null;
Function setProcessedItems
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var setProcessedItems = () => {
if (scope.loading) {
return;
}