Skip to content

Commit

Permalink
Revert "#RA-1983 - Refresh component after data is fetched (#445)" (#446
Browse files Browse the repository at this point in the history
)

This reverts commit bf01449.
  • Loading branch information
dkayiwa authored Feb 23, 2022
1 parent bf01449 commit adf0432
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default class ObsAcrossEncountersController {
constructor($scope, $q, $filter, openmrsRest, openmrsTranslate, widgetsCommons) {
constructor($q, $filter, openmrsRest, openmrsTranslate, widgetsCommons) {
'ngInject';

Object.assign(this, {$scope, $q, $filter, openmrsRest, openmrsTranslate, widgetsCommons});
Object.assign(this, {$q, $filter, openmrsRest, openmrsTranslate, widgetsCommons});
}

$onInit() {
Expand Down Expand Up @@ -152,7 +152,6 @@ export default class ObsAcrossEncountersController {
row.push(obsArray);
});
}
this.$scope.$apply();
}

isRetired(obs) {
Expand Down

0 comments on commit adf0432

Please sign in to comment.