alfirin/sept-web-radio

View on GitHub
app/scripts/controllers/StageCtrl.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getButtonLabel has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      $scope.getButtonLabel = function () {
        var selectedPlaylistsSize = _.size($scope.selectedPlaylistIds);
        var selectedItemssSize = _.size($scope.selectedItemIds);

        var label = '';
Severity: Minor
Found in app/scripts/controllers/StageCtrl.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status