From 87dd8e2051b25aacd1c86e107dbedb1d26acfa18 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 2 Nov 2015 20:10:10 +0300 Subject: [PATCH] fixed preload photo --- app/js/directives.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/js/directives.js b/app/js/directives.js index 15bc5b98..aaff8ac7 100755 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -573,6 +573,7 @@ angular.module('myApp.directives', ['myApp.filters']) templateUrl: templateUrl('message_attach_photo'), link: function ($scope, element, attrs) { $scope.openPhoto = AppPhotosManager.openPhoto; + $scope.preloadPhoto = AppPhotosManager.preloadPhoto; } }; })