I’m sorry. I just learned what ibeacon is. So… this allows you to connect to things… right? mostly small battery powered devices, and based on bluetooth wireless communication.
I want to know whether it will it work with any device that have bluetooth or not. So I’m assuming I will need one of those devices in order to use the plugin and make tests and I don’t have one nor the money to buy one ( I’m broke ). Conclusion: I can’t help you with this. Sorry
Ok!!! i ordered devices. I just want to know in general how to use plain cordova plugins without ng wrappers. Say for example i want to use plain version of camera plugin (cordova) how should i implement that. In this way i will get and idea to setup any plugin which is not listed on ngCordova.
First: Plugins are available to use after the deviceready event. I think for the Camera plugin you won’t need to worry about this since the action to take a picture or choose one is after a user action and by the time the user does the action, the deviceready event would have happened.
Install the plugin (instead of ionic that could be cordova as well)