Skip to content

Commit

Permalink
(js) Improve sgAvatarImage (cont'd)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Nov 17, 2016
1 parent 2f69c01 commit 40fc4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
Expand Up @@ -153,7 +153,7 @@
readonly="true">
<md-chip-template>
<div class="md-contact-avatar">
<sg-avatar-image sg-email="$chip.email" size="32"><!-- avatar --></sg-avatar-image>
<sg-avatar-image sg-email="$chip.email" size="32">person</sg-avatar-image>
</div>
<div class="md-contact-name">
<a href="#"
Expand All @@ -173,7 +173,7 @@
readonly="true">
<md-chip-template>
<div class="md-contact-avatar">
<sg-avatar-image sg-email="$chip.email" size="32"><!-- avatar --></sg-avatar-image>
<sg-avatar-image sg-email="$chip.email" size="32">person</sg-avatar-image>
</div>
<div class="md-contact-name">
<a href="#"
Expand Down

0 comments on commit 40fc4bd

Please sign in to comment.