This commit is contained in:
Ibrahim Hadeed
2016-05-25 17:40:00 -04:00
parent 16e3264c84
commit 2e8b745576
2 changed files with 111 additions and 60 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ import {Transfer} from './plugins/filetransfer';
import {Flashlight} from './plugins/flashlight';
import {Geolocation} from './plugins/geolocation';
import {Globalization} from './plugins/globalization';
import {GoogleMaps} from './plugins/googlemaps';
import {GoogleMap} from './plugins/googlemaps';
import {GoogleAnalytics} from './plugins/googleanalytics';
import {Hotspot} from './plugins/hotspot';
import {ImagePicker} from './plugins/imagepicker';
@@ -92,7 +92,7 @@ export {
Flashlight,
Geolocation,
Globalization,
GoogleMaps,
GoogleMap,
GoogleAnalytics,
Hotspot,
ImagePicker,
@@ -153,7 +153,7 @@ window['IonicNative'] = {
Flashlight: Flashlight,
Geolocation: Geolocation,
Globalization: Globalization,
GoogleMaps : GoogleMaps,
GoogleMap : GoogleMap,
GoogleAnalytics: GoogleAnalytics,
Hotspot: Hotspot,
ImagePicker: ImagePicker,