From ba7e57879ea813cfcdd3d749222b6b88260745d2 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 12 Jan 2017 19:16:12 +0300 Subject: [PATCH] Remove unused ErrorService dep Closes #1295 --- app/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/controllers.js b/app/js/controllers.js index 0b97895c..b1ff53a9 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -11,7 +11,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) - .controller('AppWelcomeController', function ($scope, $location, MtpApiManager, ErrorService, ChangelogNotifyService, LayoutSwitchService) { + .controller('AppWelcomeController', function ($scope, $location, MtpApiManager, ChangelogNotifyService, LayoutSwitchService) { MtpApiManager.getUserID().then(function (id) { if (id) { $location.url('/im')