Skip to content

Commit

Permalink
Remove outdated fields. Close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxShoshin committed Mar 9, 2018
1 parent d0f28db commit d64dd68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/result-viewer/result-viewer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Id>{{meetup.id | xmlEncode}}</Id>
<Name>{{meetup.name | xmlEncode}}</Name>
<CommunityId>{{meetup.communityId | xmlEncode}}</CommunityId>
<Date>{{meetup.sessions[0].startTime | date:'yyyy-MM-dd'}}</Date>
&lt;FriendIds&gt;<ng-container *ngFor="let friend of meetup.friends">
&lt;FriendId&gt;{{friend.id | xmlEncode}}&lt;/FriendId&gt;</ng-container>
&lt;/FriendIds&gt;
Expand All @@ -18,9 +17,6 @@
&lt;EndTime&gt;{{session.endTime | date: 'yyyy-MM-ddTHH:mm:ss' : UTC}}Z&lt;/EndTime&gt;
&lt;/Session&gt;</ng-container>
&lt;/Sessions&gt;
&lt;TalkIds&gt;<ng-container *ngFor="let session of meetup.sessions">
&lt;TalkId&gt;{{session.talk.id | xmlEncode}}&lt;/TalkId&gt;</ng-container>
&lt;/TalkIds&gt;
&lt;/Meetup&gt;
</pre>
</div>
Expand Down

0 comments on commit d64dd68

Please sign in to comment.