perf(mail(js)): improvements for md-virtual-repeat

This commit is contained in:
Francis Lachapelle
2021-06-17 17:39:49 -04:00
parent 976579356d
commit d285411ef3
3 changed files with 42 additions and 27 deletions
@@ -28,7 +28,7 @@
this.$onInit = function () {
var watchedAttrs = ['uid', 'isread', 'isflagged', 'flags', 'subject', 'loading'];
var watchedAttrs = ['uid', 'isread', 'isflagged', 'flags', 'loading'];
// this.service = Message;
this.MailboxService = Mailbox;