From ba25a807b9faddf388f9d3421981aeea8e2e7a3f Mon Sep 17 00:00:00 2001 From: Jed Mao Date: Fri, 4 Apr 2014 11:30:45 -0500 Subject: [PATCH] Remove --- app/scripts/controllers/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/scripts/controllers/index.js b/app/scripts/controllers/index.js index f2e7036..170d6a2 100644 --- a/app/scripts/controllers/index.js +++ b/app/scripts/controllers/index.js @@ -3,12 +3,10 @@ module.exports = [ '$scope', '$state', - '$http', 'api', function( $scope, $state, - $http, api) { $scope.$on('$stateChangeSuccess', function(event, toState) {