Meteor with cordova NFC

Hello guys,

Currently I have a problem, I added the following plugin:

with the following command:

meteor add cordova:phonegap-nfc:https://github.com/chariotsolutions/phonegap-nfc.git#ccd39de398861f83d9f4cc8fa05ffa5ce4ddaaf3

which is the way of adding a Cordova plugin into meteor project right?

now I’m coding my project with AngularJs, so I wanted to know… how do I use the plugin and his functions? in the documentation of Git it says to use the object nfc, but how should I add it to my modules?

angular
.module('proyname', [
        'angular-meteor',
        'ionic'
    ])

and the in my controller how should I call it? for now I have this:

function EnterCtrl($scope, $reactive, $state)

Thanks in advance.

Best regards, Prince.

3 Likes