ionic-bluetooth-serial-example icon indicating copy to clipboard operation
ionic-bluetooth-serial-example copied to clipboard

sendMessage function on ngSubmit

Open jigarce opened this issue 6 years ago • 2 comments

HI,

While compiling source code it is asking for argument for SendMessage function on form.

Regards, Jigar

jigarce avatar Mar 14 '19 12:03 jigarce

You have to change line 41 in bluetooth.page.html and add "message". Like this : "<form (ngSubmit)="sendMessage(message);">"

roberttodor avatar Mar 14 '19 15:03 roberttodor

Thanks

jigarce avatar Mar 15 '19 03:03 jigarce