Code review comment for lp:~mihirsoni/ubuntu-calendar-app/1295941

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

+ var names = attendees[0].name.split(',');
11 + for( var j = 0 ; j < names.length ; ++j ) {
12 + contactModel.append( {"name": names[j] } );

Why we are using first attendees only ?

review: Needs Fixing

« Back to merge proposal