Browse Source

removed gravatar injection

Alyssa Nicoll 9 years ago
parent
commit
46ea65ce24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/app.js

+ 1 - 1
app/js/app.js

@@ -1,5 +1,5 @@
 // Declare app level module which depends on ngRoute
-angular.module('NoteWrangler', ['ngRoute', 'ngResource', 'Gravatar'])
+angular.module('NoteWrangler', ['ngRoute', 'ngResource'])
 .config(function($gravatarProvider){
   $gravatarProvider.setSize(100);
 });