Make the on-click-outside directive work again
This commit is contained in:
committed by
Sebastiaan Janssen
parent
8ce50ca357
commit
b861b379db
@@ -136,7 +136,7 @@ angular.module('umbraco.directives')
|
||||
return;
|
||||
}
|
||||
|
||||
angularHelper.safeApply(scope, attrs.onOutsideClick);
|
||||
scope.$apply(attrs.onOutsideClick);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user