From 3d4a965412e9229f5fc1713aef31b9c4367c1d63 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 4 Sep 2015 12:11:20 -0400 Subject: [PATCH] (html) Use sgAvatarImage directive in Scheduler --- UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox | 6 ++++-- UI/Templates/SchedulerUI/UIxAttendeesEditor.wox | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox index 156c6a54f..b350f6713 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox @@ -219,12 +219,14 @@ ng-hide="editor.showAttendeesEditor" readonly="true"> -
{{$chip.name}}
+
+ +
{{$chip.name}}
-
+
diff --git a/UI/Templates/SchedulerUI/UIxAttendeesEditor.wox b/UI/Templates/SchedulerUI/UIxAttendeesEditor.wox index cabdbeea2..90867adbb 100644 --- a/UI/Templates/SchedulerUI/UIxAttendeesEditor.wox +++ b/UI/Templates/SchedulerUI/UIxAttendeesEditor.wox @@ -17,8 +17,9 @@
- +
{{currentAttendee.name}}
{{currentAttendee.email}}