|
|
@ -466,7 +466,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) |
|
|
|
LocationParamsService.start(); |
|
|
|
LocationParamsService.start(); |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
.controller('AppImDialogsController', function ($scope, $location, $q, $timeout, $routeParams, MtpApiManager, AppUsersManager, AppChatsManager, AppMessagesManager, AppPeersManager, PhonebookContactsService, ErrorService) { |
|
|
|
.controller('AppImDialogsController', function ($scope, $location, $q, $timeout, $routeParams, MtpApiManager, AppUsersManager, AppChatsManager, AppMessagesManager, AppPeersManager, PhonebookContactsService, ErrorService, AppRuntimeManager) { |
|
|
|
|
|
|
|
|
|
|
|
$scope.dialogs = []; |
|
|
|
$scope.dialogs = []; |
|
|
|
$scope.contacts = []; |
|
|
|
$scope.contacts = []; |
|
|
@ -2334,7 +2334,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
.controller('SettingsModalController', function ($rootScope, $scope, $timeout, $modal, AppUsersManager, AppChatsManager, AppPhotosManager, MtpApiManager, Storage, NotificationsManager, MtpApiFileManager, ApiUpdatesManager, ChangelogNotifyService, ErrorService, _) { |
|
|
|
.controller('SettingsModalController', function ($rootScope, $scope, $timeout, $modal, AppUsersManager, AppChatsManager, AppPhotosManager, MtpApiManager, Storage, NotificationsManager, MtpApiFileManager, ApiUpdatesManager, ChangelogNotifyService, AppRuntimeManager, ErrorService, _) { |
|
|
|
|
|
|
|
|
|
|
|
$scope.profile = {}; |
|
|
|
$scope.profile = {}; |
|
|
|
$scope.photo = {}; |
|
|
|
$scope.photo = {}; |
|
|
|