You have to declare in th attributes of the list swipeToDelete: true to allow the list to delete items , but add this preventDeleteProperty:'noDelete' also if you want the list to be able to determine which items can be deleted or not.
so for example:var attributes ={ itemTemplate: 'food-filter-list/entry', swipeToDelete: true, preventDeleteProperty:'noDelete', ...