Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
angular.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
md5
Function · 0.85
generateParams
Function · 0.85
Tested by
no test coverage detected