Browse Source

fixed preload photo

master
Igor Zhukov 9 years ago
parent
commit
87dd8e2051
  1. 1
      app/js/directives.js

1
app/js/directives.js

@ -573,6 +573,7 @@ angular.module('myApp.directives', ['myApp.filters']) @@ -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…
Cancel
Save