ionic-team / ng-cordova

OBSOLETE: Please move to Ionic Native https://github.com/ionic-team/ionic-native
https://github.com/ionic-team/ionic-native
MIT License
3.48k stars 1.05k forks source link

iBeacon #945

Open newelement opened 9 years ago

newelement commented 9 years ago

Noticed iBeacon is on the plugin documentation page, but it's not in ng-cordova.js yet.

gortok commented 9 years ago

I'll be in the next version of ngCordova; which will also be the same version that removes the OAuth submodule.

newelement commented 9 years ago

Thanks! ETA? Do I need to remove it for now?

gortok commented 9 years ago

@newelement OAuth submodule? Only if you want to.

newelement commented 9 years ago

Just checking when iBeacon will be available in ng-cordova.js

newelement commented 9 years ago

Just to also note, if I do a custom build of ngCordova and choose iBeacon in the list, it is not included in the build.

nraboy commented 8 years ago

@newelement in case you didn't want to wait around for it to appear in ng-cordova, I've set up a repository for it:

https://github.com/nraboy/ng-cordova-beacon

Best,

DanailMinchev commented 8 years ago

@newelement the plugin is available now:

https://github.com/driftyco/ng-cordova/blob/master/src/plugins/beacon.js

newelement commented 8 years ago

Awesome, thanks!

DanailMinchev commented 8 years ago

@newelement @nraboy

For your information, it was available for Copy & Paste since 25 Jun 2015: https://github.com/driftyco/ng-cordova/pull/857

If everything is ok, you can close the issue, thanks.