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