Browse Source

Remove unused ErrorService dep

Closes #1295
master
Igor Zhukov 7 years ago
parent
commit
ba7e57879e
  1. 2
      app/js/controllers.js

2
app/js/controllers.js

@ -11,7 +11,7 @@ @@ -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')

Loading…
Cancel
Save