Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit 6808ae5

Browse files
committed
The Today shortcut was broken because of a stray href. Now fixed
1 parent 373da4b commit 6808ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datetime-picker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ declare var moment: any;
9595
</div>
9696
9797
<div class="shortcuts" *ngIf="showTodayShortcut">
98-
<a href="#" (click)="selectToday()">Today</a>
98+
<a (click)="selectToday()">Today</a>
9999
</div>
100100
101101
<!-- Hour Minute -->

0 commit comments

Comments
 (0)