fix(BluetoohSerial): add missing plugin reference

This commit is contained in:
Ibrahim Hadeed 2016-04-29 17:18:40 -04:00
parent a02718fd0a
commit 317437b32e

View File

@ -9,7 +9,7 @@ import {Observable} from "rxjs/Observable";
@Plugin({
repo: 'https://github.com/don/BluetoothSerial',
plugin: 'cordova-plugin-bluetooth-serial',
pluginRef: '',
pluginRef: 'bluetoothSerial',
platforms: ['Android','iOS','Windows Phone','Browser']
})
export class BluetoothSerial {