Skip to content

Commit

Permalink
fix: fix button rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer committed Sep 3, 2017
1 parent 919b292 commit 87c8e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/contacts/contact-list/contact-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<button md-raised-button color="primary" (click)="deleteContacts()">
Delete All Contacts
</button>
<a *ngIf="!isLoading && !deletingContact" id="add-contact" routerLink="/add" md-fab class="add-fab">
<a *ngIf="!isLoading && !deletingContact" routerLink="/add">
<button md-fab class="add-fab"><md-icon class="add-fab-icon" mdTooltip="Add new contact">add</md-icon></button>
</a>
</div>
Expand Down

0 comments on commit 87c8e29

Please sign in to comment.