Skip to content

Commit

Permalink
fix(datepicker): refix issue with moment import (#2023)
Browse files Browse the repository at this point in the history
- this was issue , broken by 27a0229
fixes #1556
  • Loading branch information
sebek64 authored and valorkin committed Jun 15, 2017
1 parent aec0f86 commit 8ed0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/date-formatter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as moment from 'moment';
import moment from 'moment';

export class DateFormatter {
public format(date:Date, format:string):string {
Expand Down

0 comments on commit 8ed0c06

Please sign in to comment.