<button type="button" ng-click="delete()" confirm-if="checked" confirm="Are you sure, {{name}}?">Delete</button>
this is working for button and i am able to get popup but for link, it is not working fine.Following is my code
i want the confirm popup on clicking the link instead of button
<a ng-click="delete()" confirm-if="checked" confirm="Are you sure you want to delete it anyhow?">delete</a>