quersumme

Results 1 issues of quersumme

Hello everybody, I have problems with cordova-plugin-app-preferences in my ionic environment. :-( I use the following code: ``` $ionicPlatform.ready(function() { $cordovaPreferences.store('key', 'myMagicValue') .success(function(value) { $scope.data.pref = "Success: " + value;...