Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 452 Bytes

angular-identicon

angular wrapper for github like identicons - identicon.js

Demo

View Demo

Usage

  1. install package bower install angular-identicon --save

  2. add identicon as a dependency to your app angular.module('yourModule', ['ui.identicon']);

  3. use it in your templates <identicon username='name' size='32' />