<td>
<input type="checkbox" class="checkBox"
ng-model="alert.acknowledged"
ng-disabled="alert.acknowledged"
ng-click="onacknowledgedClick(alert)">
</td>
I have a checkbox for acknowledged column, when the user clicks on the checkbox, it has display a dialog pop up asking for do you want to acknowledge through phone, text or email?
Can someone help me with the Angular JS concept? I am new to this.