Using angular UI Bootstrap and trying to get the $modal to work. I am
trying to pass the id of the notification with the open function call. The
below code does not work, it just returns "{{notification.id}}" to the
function.
<td><button class="btn btn-info"
ng-click="open('{{notification.id}}')">Edit</button></td>
trying to pass the id of the notification with the open function call. The
below code does not work, it just returns "{{notification.id}}" to the
function.
<td><button class="btn btn-info"
ng-click="open('{{notification.id}}')">Edit</button></td>