Following the tutorial on the angular meteor website (http://angular-meteor.com/tutorials/angular1/google-maps) when adding the google maps as a dependency the application comes up with the following error:
Error: [$injector:nomod] Module 'nemLogging' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
The error only shows up when using the latest version of google maps. I fixed the error by using a previous version of google maps (2.1.0).