@BurnBR wrote:
Hi,
i am try to do a sample app to read contacts list from phone.
But when i call the method:$cordovaContacts.find(
i get this error:
TypeError: Cannot read property 'find' of undefinedLooks lihke the problem is on $cordovaContacts, but i have
app.controller('ContactsController', function($scope, $cordovaContacts, $ionicPlatform) {
and i have too:
I dont know the reason, can anybody help me?
Thanks
Posts: 2
Participants: 1