Below is the code snippet I am working with:
<tr ng-repeat="sce in users">
<td>
<a href="/test/delete?id={{sce.id}}"
onclick="return confirm('You really want to delete'+ {{sce.name}} + 'from list');" >
<span aria-hidden="true" class="glyphicon glyphicon-remove-circle"></span>
</a>
</td>
</tr>
However, when I tried to click on the link to delete an item, no alert popped up.
The console showed the following error message:
Error: [$compile:nodomevents] http://errors.angularjs.org/1.5.3/$compile/nodomevents