We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbfefa commit 6932e67Copy full SHA for 6932e67
src/file-uploader/file-uploader.component.ts
@@ -150,7 +150,7 @@ export class FileUploader implements OnInit {
150
}
151
152
/**
153
- * Registers the function injected to control the touch use of the `FileUploader`.
+ * Registers the injected function to control the touch use of the `FileUploader`.
154
*/
155
registerOnTouched(fn: any) {
156
this.onTouchedCallback = fn;
0 commit comments