diff --git a/src/app/directives/letterAvatarDirective.js b/src/app/directives/letterAvatarDirective.js index a1b17385..774f6a18 100644 --- a/src/app/directives/letterAvatarDirective.js +++ b/src/app/directives/letterAvatarDirective.js @@ -91,7 +91,7 @@ angular dynamic: attrs.dynamic || 'true', class: attrs.avclass || '', border: attrs.avborder || 'false', - borderStyle: attrs.borderStyle || '3px solid white' + borderStyle: attrs.borderstyle || '3px solid white' }; if (params.dynamic === 'true') { diff --git a/src/app/views/userLayout.html b/src/app/views/userLayout.html index 1ab7b376..b9dfe047 100644 --- a/src/app/views/userLayout.html +++ b/src/app/views/userLayout.html @@ -109,7 +109,8 @@