change to use evalAsync()
This commit is contained in:
committed by
Sebastiaan Janssen
parent
455344105d
commit
028b9ec59b
@@ -44,7 +44,7 @@
|
||||
}
|
||||
|
||||
// please to not use angularHelper.safeApply here, it won't work
|
||||
scope.$apply(attrs.onOutsideClick);
|
||||
scope.$evalAsync(attrs.onOutsideClick);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user