Skip to content

When the nomaRound and nomaConfig changes at the same time #1

@intuinno

Description

@intuinno

When the nomaRound and nomaConfig changes at the same time, it fails to update both. It updates only nomaRound.

   $scope.changeConfigContinuousBinningNor = function() {

                    if ($scope.activeData != 'Continuous Variables') {

                        $scope.changeActiveDataContinuous();
                    }

                    // $scope.nomaRound = false;

                    $scope.nomaConfig.isXUniformSpacing = true;
                    $scope.nomaConfig.isYUniformSpacing = true;

                    $scope.nomaConfig.xDim = 'gender';
                    $scope.nomaConfig.yDim = 'age';
                    $scope.nomaConfig.colorDim = 'mammo';

                    $scope.nomaConfig.XAlign = 'justify';
                    $scope.nomaConfig.YAlign = 'left';

                    $scope.nomaConfig.isYNumber = true;


                };

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions