Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(test): delete work item test
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-raj authored and michaelkleinhenz committed Mar 7, 2017
1 parent 5048403 commit 09d0ec7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!--<div *ngIf="showDialog">-->
<!--<alm-dialog-->
<!--(pfDialogClick)="onButtonClick($event)"-->
<!--[dialog]='dialog'-->
<!--&gt;</alm-dialog>-->
<!--</div>-->
<div *ngIf="showDialog">
<alm-dialog
(pfDialogClick)="onButtonClick($event)"
[dialog]='dialog'
></alm-dialog>
</div>
<div class="workItemList_entry" (click)="onSelect($event)">
<!--checkbox to select a WI and move it-->
<div class="row-cbh" title="Select the checkbox to move the item.">
Expand Down

0 comments on commit 09d0ec7

Please sign in to comment.