angular.module("noteWrangler", ['ngRoute']) .config(function (GravatarProvider) { GravatarProvider.setSize(100); });