Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70429

Ionic analytics doesn't work!

$
0
0

@sarahhsu wrote:

I am following these tutorials:
http://docs.ionic.io/docs/analytics-from-scratch
http://docs.ionic.io/docs/analytics-install

and I have done a lot of researching, nth works =(

angular.module('starter', ['ionic','ngSanitize', 'ionic.service.core', 'ionic.service.analytics'])

.run(function($ionicPlatform,$ionicAnalytics) {
  $ionicPlatform.ready(function() {

$ionicAnalytics.register();


// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
 if(window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); }
if(window.StatusBar) {
 //StatusBar.styleDefault();
StatusBar.overlaysWebView(true);
StatusBar.style(1)
}
});
})

This is the error:

Uncaught Error: [$injector:modulerr] Failed to instantiate module starter due to:
Error: [$injector:modulerr] Failed to instantiate module ionic.service.core due to:
Error: [$injector:nomod] Module 'ionic.service.core' 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.
http://errors.angularjs.org/1.4.3/$injector/nomod?p0=ionic.service.core

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>