change to use evalAsync()

This commit is contained in:
Niels Lyngsø
2020-08-12 10:47:12 +02:00
committed by Sebastiaan Janssen
parent 455344105d
commit 028b9ec59b

View File

@@ -44,7 +44,7 @@
}
// please to not use angularHelper.safeApply here, it won't work
scope.$apply(attrs.onOutsideClick);
scope.$evalAsync(attrs.onOutsideClick);
}