angular wrapper for github like identicons - identicon.js
-
install package
bower install angular-identicon --save
-
add identicon as a dependency to your app
angular.module('yourModule', ['ui.identicon']);
-
use it in your templates
<identicon username='name' size='32' />