proxy config
This commit is contained in:
parent
de41871af7
commit
247c891a09
6 changed files with 37 additions and 8 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<div>{{ remaining()}} uncompleted tasks</div>
|
||||
</div>
|
||||
<div *ngIf="atleastOneCompleted()">
|
||||
<button class="btn btn-warning btn-block" (click) ="clearCompleted(); deleteCompleted(task)">Clear Completed</button>
|
||||
<button class="btn btn-warning btn-block" (click) ="clearCompleted()">Clear Completed</button>
|
||||
<div class="alert alert-warning">You've selected an item</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue