(feat) screenname (x-aim) is now shown and editable

This commit is contained in:
Ludovic Marcotte
2015-11-27 10:58:56 -05:00
parent 4d0361759a
commit dbffc50f06
7 changed files with 470 additions and 420 deletions
@@ -337,6 +337,10 @@
return this.emails.length - 1;
};
Card.prototype.$addScreenName = function(screenName) {
this.c_screenname = screenName;
}
Card.prototype.$addPhone = function(type) {
if (angular.isUndefined(this.phones)) {
this.phones = [{type: type, value: ''}];