Open myfreax opened 9 years ago
The correction does not work for me i get error:
Uncaught TypeError: Object.keys called on non-object
Correct add empty array:
$cordovaContacts.find([]).then(function(allContacts) {
$scope.contacts = allContacts;
});
Different for me. Correct way was an empty object.
$cordovaContacts.find({}).then(function(allContacts) {
$scope.contacts = allContacts;
});
@javalight thank you,I solved it!
@javalight yeah, thanks. I was stuck for hours. Apparently no site shows it that way.
👍
@javalight Thank you so much!!
your plugin is not installed correctly
error
correct