phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.31k stars 996 forks source link

AngularJS - Regid Issue #222

Open chihebnabil opened 10 years ago

chihebnabil commented 10 years ago

hi ! i wanted to impliment Push Plugin to an exisiting app and send th regid to php server however, in the logcat it returns a working regid but in my device[app] the app don even alert it PS : i'm using angular JS

app.js : http://pastebin.com/9WhLn2Av

alt text

rossholdway commented 10 years ago

It's likely not seeing your function as it's out of scope. If you moved your onNotification function outside of AngularJS it would run.