mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
Replaced scope.apply by scope.digest (performance)
This commit is contained in:
parent
d8f463a0e2
commit
b3fd6adf5b
@ -60,7 +60,7 @@ app.controller('managerStatusController', function ($scope,$rootScope, Notifier,
|
||||
.then(agentInfo => {
|
||||
$scope.agentInfo = agentInfo.data.data;
|
||||
$scope.load = false;
|
||||
$scope.$apply();
|
||||
$scope.$digest();
|
||||
})
|
||||
.catch(error => notify.error(error.message));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user