From d60fe645f30b5d14dd9bdcecd59026b24d86d5c7 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 1 Apr 2014 17:23:34 +0400 Subject: [PATCH] Fixed IM panel click --- app/js/services.js | 1 + app/partials/im.html | 2 +- app/partials/user_modal.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/js/services.js b/app/js/services.js index 285ae01f..c461fc1b 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -779,6 +779,7 @@ angular.module('myApp.services', []) } function fillHistoryStorage (inputPeer, maxID, fullLimit, historyStorage) { + // console.log('fill history storage', inputPeer, maxID, fullLimit, angular.copy(historyStorage)); return MtpApiManager.invokeApi('messages.getHistory', { peer: inputPeer, offset: 0, diff --git a/app/partials/im.html b/app/partials/im.html index 1bf0d667..6b87629c 100644 --- a/app/partials/im.html +++ b/app/partials/im.html @@ -95,7 +95,7 @@

Videos

Documents

-

+

{{historyPeer.data | userStatus}} diff --git a/app/partials/user_modal.html b/app/partials/user_modal.html index bb9a86a7..22510e87 100644 --- a/app/partials/user_modal.html +++ b/app/partials/user_modal.html @@ -29,10 +29,10 @@