Skip to content

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

License

Notifications You must be signed in to change notification settings

angleman/angular-multi-avatar-directive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%