[system_tracking] Monkey-patching module objects == bad idea

This commit is contained in:
Joe Fiorini
2015-06-17 17:22:29 -04:00
parent 159ad0d2a9
commit caeefa4f7e

View File

@@ -35,7 +35,7 @@ function controller($rootScope,
$scope.factModulePickersLabelRight = "To latest facts collected on or before"; $scope.factModulePickersLabelRight = "To latest facts collected on or before";
} }
$scope.modules = moduleOptions; $scope.modules = _.clone(moduleOptions, true);
var leftSearchRange = searchDateRange(); var leftSearchRange = searchDateRange();
var rightSearchRange = searchDateRange(); var rightSearchRange = searchDateRange();