How to only use Dependencies in Controllers (E.g. NgCordova) when the App is ready?

Hmm - I found this thread which discusses the problem is a fair bit of detail - When are the angular controller's loaded?

Will have to wrap my services in the $ionicPlatform.ready(function() { check I think