linagora/openpaas-esn

View on GitHub
frontend/js/modules/attachments-selector/attachments-selector.controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function esnAttachmentsSelectorController has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function esnAttachmentsSelectorController(esnAttachmentsSelectorService) {
    var self = this;

    if (self.attachmentHolder === undefined) {
      self.attachmentHolder = esnAttachmentsSelectorService.newAttachmentServiceHolder({

    There are no issues that match your filters.

    Category
    Status