Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(users): Default user image was causing browser errors
Even though thoroughly warned by angular docs, it seems we put an angular expression inside the img[src] attribute. In scenarios where angular loading is slow the browser tries to load an image at the URL "{{::defaultUserImage}}" which obviously does not exist and causes an error.
- Loading branch information