I added the following code to my app:
.config([’$ionicAppProvider’, function($ionicAppProvider) {
$ionicAppProvider.identify({
app_id: ‘xxxxxxxx’,
api_key: ‘xxxxx’,
});
}])
But now my header bar style is completely lost. Any idea why?
Cordially,
Hervé