Make the on-click-outside directive work again

This commit is contained in:
Kenn Jacobsen
2019-01-05 18:47:23 +01:00
committed by Sebastiaan Janssen
parent 8ce50ca357
commit b861b379db

View File

@@ -136,7 +136,7 @@ angular.module('umbraco.directives')
return;
}
angularHelper.safeApply(scope, attrs.onOutsideClick);
scope.$apply(attrs.onOutsideClick);
}