-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
Acceptance Criteria (Required on creation):
The following pattern is used at many places in the Webapps:
const phase = $scope.$root.$$phase; if (phase !== '$apply' && phase !== '$digest') { $scope.$apply(); }
Let's create a central utility function for it and refactor the codebase.