From 86c32772c06b9dc9431f5174531bfc9493797eba Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 18 Jun 2017 00:45:25 +0200 Subject: [PATCH] Cleanup unused services. --- src/operations/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operations/index.js b/src/operations/index.js index 125beb2..250d94e 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -55,8 +55,8 @@ var operationModule = angular.module('accountant.operations', [ /* * Controller for the operations. */ -.controller('OperationController', function($rootScope, $scope, $routeParams, - $uibModal, Notification, Operation, $log, $q) { +.controller('OperationController', function($routeParams, $uibModal, + Notification, Operation, $log, $q) { var vm = this;