close
The Wayback Machine - https://web.archive.org/web/20200906205623/https://github.com/angleman/angular-multi-avatar-directive
Skip to content
master
Go to file
Code
This branch is 9 commits ahead of jwo:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

AngularJS Multi-Avatar Directive

How to Use

Will apply in the following order:

  1. Facebook ID
  2. Twitter ID
  3. Github ID
  4. Gravatar Email ID or Hash image
  5. Blank user image

In your HTML, use the following. Depending on what your user has defined, it'll display an avatar:

<multi-avatar 
    data-facebook-id='' data-twitter-id='' data-github-id='' data-gravatar-id=''
>

In your Javascript (coffee):

app = angular.module("yourmodule", ["multi-avatar"]);

Find More Information

Reworked and extended Creating Simple Directive in Angular to now include:

  • Standardized data attribute naming
  • Include Facebook
  • Include Twitter
  • Include GitHub
  • Include Gravatar Email address and Hash support

Install

Bower

bower install angular-multi-avatar

NPM

npm install angular-multi-avatar

License

MIT License, See LICENSE.txt

About

AngularJS Multi-Avatar Directive supporting facebook, twitter, github and gravatar

Resources

License

Packages

No packages published
You can’t perform that action at this time.