Hi Sander, Yes, you're right: in this case Angular gets bootstrapped only after the deviceready event is received, so controller initialization is also an indication of the deviceready event having been triggered.
So, basically if the event gets triggered multiple times then the above code is correct. But if it's triggered only once then only the angular.bootstrap call would be required, but not receivedEvent. Right? thanks! best regards, marko -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
