Adopting new material guidelines for chips

See https://material.io/design/components/chips.html
This commit is contained in:
Francis Lachapelle
2019-02-18 14:59:07 -05:00
parent 5dc2ad3dec
commit aac0ec9a6a
5 changed files with 23 additions and 10 deletions
@@ -273,9 +273,7 @@
if (user.image)
user.$$image = user.image;
else
vm.preferences.avatar(user.c_email, 32, {no_404: true}).then(function(url) {
user.$$image = url;
});
user.$$image = vm.preferences.avatar(user.c_email, 40, {no_404: true});
}
});
return users;