Skip to content

Commit

Permalink
Remove style setter causing "font-family: undefined". Not sure how yo…
Browse files Browse the repository at this point in the history
…u're meant to use this...
  • Loading branch information
Nick Hope committed Nov 19, 2017
1 parent 64211ad commit 0ba1869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ang.datepicker.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="datepicker" [ngStyle]="{'font-family': fontFamily}">
<div class="datepicker">

<div class="datepicker__calendar">
<div class="datepicker__calendar__nav">
Expand Down

0 comments on commit 0ba1869

Please sign in to comment.