uttesh / ngletteravatar

directive for the letter avatar for the given string like gmail, first letter of the given data will be the avatar .
http://uttesh.github.io/ngletteravatar/
MIT License
137 stars 36 forks source link

Change textColor #30

Closed DavidBelinchon closed 8 years ago

DavidBelinchon commented 8 years ago

Right now its not possible to change the color of the text but I found the solution, the line 51 in the ngletteravatar.js should be replaced by: textColor: attrs.textcolor || defaultSettings.textcolor, so it takes the color we send correctly.