Skip to content

Commit

Permalink
view function on clic added
Browse files Browse the repository at this point in the history
  • Loading branch information
Diamond Khanna (Digital) authored and Diamond Khanna (Digital) committed Jul 5, 2018
1 parent cd87c18 commit c9c64c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sms-template/sms-template.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4 class="f-s-b m-t-20 m-b-20">SMS Template List</h4>
<td>{{item.smsType.smsType}}</td>
<td>{{item.smsTemplate}}</td>
<td>
<md-icon class="mat-icon material-icons cursorPointer" role="img" aria-hidden="true" style="color:gray">visibility</md-icon>
<md-icon class="mat-icon material-icons cursorPointer" role="img" aria-hidden="true" style="color:gray" (click)="view(item)">visibility</md-icon>
</td>
<td>
<button *ngIf="!item.deleted" md-raised-button color="primary" class="pull-right m-r-0" type="button" (click)="ActivateDeactivate(item,true)">Deactivate</button>
Expand Down

0 comments on commit c9c64c9

Please sign in to comment.