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

Commit 608fd46

Browse files
authored
Merge pull request #201 from mmanneva/master
The Today shortcut was broken because of a stray href. Now fixed
2 parents 373da4b + 6808ae5 commit 608fd46

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)