Skip to content

Commit 6168ddb

Browse files
authored
fix(time-value-accessor): typo onTouch -> onTouched (#843)
1 parent c8a6404 commit 6168ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/value-accessors/time-value-accessor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const TIME_VALUE_ACCESSOR = {
2626
"time-picker[ngModel], time-picker[formControlName]",
2727
providers: [TIME_VALUE_ACCESSOR],
2828
host: {
29-
"(touch)": "onTouch()",
29+
"(touch)": "onTouched()",
3030
"(timeChange)": "onChange($event.value)",
3131
},
3232
})

0 commit comments

Comments
 (0)