NLeSC/ahn-pointcloud-viewer

View on GitHub
app/scripts/helpModal/helpModal.controller.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function HelpModalController($window, UserAgent) {
    this.mobile = UserAgent.mobile;
    this.doNotShow = false;

    this.dontShowClicked = function() {
Severity: Minor
Found in app/scripts/helpModal/helpModal.controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status