From 916b351e561bf7db032232fed90278a2903d0d78 Mon Sep 17 00:00:00 2001 From: Igor Lino Date: Fri, 29 May 2015 14:06:28 +0200 Subject: [PATCH] Use ezp component. --- js/widget-ezplus-directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/widget-ezplus-directive.js b/js/widget-ezplus-directive.js index 8070ccf..d70e867 100644 --- a/js/widget-ezplus-directive.js +++ b/js/widget-ezplus-directive.js @@ -31,7 +31,7 @@ } else if (image) { element.attr('src', thumbMediumUrl); element.attr('data-zoom-image', fullSizeUrl); - angular.element(element).elevateZoom({ + angular.element(element).ezPlus({ scrollZoom: true, zoomWindowWidth: 600, zoomWindowHeight: 600,