Skip to content

Commit

Permalink
Fix for ezpModel watching
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-vesuvius committed Feb 8, 2017
1 parent aeb784e commit 4f3ab8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular-ezplus.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

var initialUrl = null;
var plugin = getZoomPlugin();
if (plugin) {
if (plugin && plugin.options.enabled) {
if (image) {
hideZoom();
if (loader) {
Expand Down

0 comments on commit 4f3ab8b

Please sign in to comment.