Skip to content

very very thanks #1

Description

@yabeshan

very very thanks... but I have error ))))

//***** wrong *****
testFun(){
let contact: Contact = this.contacts.create();
contact.find(['*']).then((contacts)=>{
alert(JSON.stringify(contacts[0]));
})
}

// ****** correct *******
testFun(){
this.contacts.find(['*']).then((contacts)=>{
alert(JSON.stringify(contacts[0]));
})
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions