MCPcopy Index your code
hub / github.com/angular-app/angular-app / gravatar.js

File gravatar.js

client/src/common/directives/gravatar.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1angular.module('directives.gravatar', [])
2
3// A simple directive to display a gravatar image given an email
4.directive('gravatar', ['md5', function(md5) {

Callers

nothing calls this directly

Calls 2

md5Function · 0.85
generateParamsFunction · 0.85

Tested by

no test coverage detected