digitaltom/photobooth

View on GitHub
app/assets/javascripts/angular/controllers/main_controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function takePicture has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $scope.takePicture = function () {

      $rootScope.current_shoot = 0;
      $rootScope.shoot_txt = 'Take pose!';
      $rootScope.shoot_progress_txt = '';
Severity: Minor
Found in app/assets/javascripts/angular/controllers/main_controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status