fix directives order

This commit is contained in:
Ibby
2017-03-23 22:50:14 -04:00
parent 4e5b3fa910
commit cd7612e32e
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -184,12 +184,12 @@ export class NFC {
/**
* @hidden
*/
@Injectable()
@Plugin({
pluginName: 'NFC',
plugin: 'phonegap-nfc',
pluginRef: 'ndef'
})
@Injectable()
export class Ndef {
@Cordova({ sync: true })