app/javascript/oldjs/controllers/buttons/button_group_controller.js
You should not set properties on $scope in controllers. Use controllerAs syntax and add data to "this" Open
Open
$scope.reactFormDirty = false;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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
Open
$scope.saveable = miqService.saveable;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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
Open
$scope.reactFormDirty = true;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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
Open
$scope.reactFormDirty = false;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/