fixed preload photo
This commit is contained in:
parent
7d779c95e4
commit
87dd8e2051
@ -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;
|
||||
}
|
||||
};
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user