ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/oldjs/controllers/buttons/button_group_controller.js

Summary

Maintainability
A
0 mins
Test Coverage

You should not set properties on $scope in controllers. Use controllerAs syntax and add data to "this"
Open

      $scope.reactFormDirty = false;

For more information visit Source: http://eslint.org/docs/rules/

You should not set properties on $scope in controllers. Use controllerAs syntax and add data to "this"
Open

    $scope.saveable = miqService.saveable;

For more information visit Source: http://eslint.org/docs/rules/

You should not set properties on $scope in controllers. Use controllerAs syntax and add data to "this"
Open

      $scope.reactFormDirty = true;

For more information visit Source: http://eslint.org/docs/rules/

You should not set properties on $scope in controllers. Use controllerAs syntax and add data to "this"
Open

    $scope.reactFormDirty = false;

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status