Hi,
Several things to check
- Did you do command ionic build ios yet? This will copy js and m files from plugin folder to your xCode project plugins folder.
- If they are properly installed, you can take a look at the source of ngCordova and call the plugin directly without going through Angular. For example: window.cordova.plugins.geolocation.
Hope these helps!