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) {