kenkouot / angular-identicon

angular wrapper for github like identicons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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' />

About

angular wrapper for github like identicons

License:MIT License


Languages

Language:JavaScript 100.0%