SHARE
TWEET
Untitled
a guest
Dec 27th, 2017
63
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- //TEMPLATE
- To: {{ getContactNameNumber(message.to) }}<br>
- //CONTROLLER
- public getContactNameNumber = function(number) {
- this.contacts.find(['phoneNumbers'], {filter: number, multiple: false})
- .then(data => {
- if(data && data[0]) {
- let contact = data[0];
- return contact.displayName;
- }
- return number;
- });
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
