mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 08:18:52 +00:00
in some email cases template generates ngRepeat:dupes error
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
<div class="msg-body">
|
||||
<div layout="row" layout-wrap="layout-wrap">
|
||||
<div class="mailer_mailcontent" layout="row" layout-wrap="layout-wrap"
|
||||
ng-repeat="part in viewer.message.$content() track by $id(part.content)"
|
||||
ng-repeat="part in viewer.message.$content() track by $index"
|
||||
ng-class="::part.msgclass">
|
||||
<div class="md-flex sg-mail-part"
|
||||
tabindex="-1"
|
||||
|
||||
Reference in New Issue
Block a user