fixed preload photo

This commit is contained in:
Igor Zhukov 2015-11-02 20:10:10 +03:00
parent 7d779c95e4
commit 87dd8e2051

View File

@ -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;
}
};
})