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

Commit 0366bdf

Browse files
author
Mário Pereira
committed
rollback directive-test component
1 parent 370638d commit 0366bdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/directive-test.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ var templateStr = `
6262
required
6363
formControlName="date"
6464
ngui-datetime-picker
65-
[close-on-select]="false"
66-
[use-utc]="true"
67-
[current-is-today]="true"/>
65+
[close-on-select]="false"/>
6866
</form>
6967
myForm.controls.date.value: {{myForm.controls.date.value}}
7068
<br/>myForm.value: {{myForm.value | json}}

0 commit comments

Comments
 (0)