I have a dashboard-component that displays a list of documents. For each document in the list i would like to provide a "delete-link".
Is there a way to directly call the delete-method of my document-service out of the dashboards html-template, rather than calling a method of my dashboard-component which forwards to the document-service?