From c69e84650dc40f5dde23653b3c7afa4ed5ae003c Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 14 Jun 2016 16:12:48 -0400 Subject: [PATCH] (js) Fix initialization of Card's screenname --- UI/WebServerResources/js/Contacts/Card.service.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/js/Contacts/Card.service.js b/UI/WebServerResources/js/Contacts/Card.service.js index 4c2925a68..ef88ce7b5 100644 --- a/UI/WebServerResources/js/Contacts/Card.service.js +++ b/UI/WebServerResources/js/Contacts/Card.service.js @@ -139,6 +139,7 @@ Card.prototype.init = function(data, partial) { this.refs = []; this.categories = []; + this.c_screenname = null; angular.extend(this, data); if (!this.$$fullname) this.$$fullname = this.$fullname();