linagora/openpaas-esn

View on GitHub
frontend/js/modules/oauth-application/list/oauth-application-list.controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ESNOAuthApplicationListController has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function ESNOAuthApplicationListController($log, $modal, $scope, ESNOauthApplicationClient) {
    var self = this;

    self.$onInit = $onInit;
    self.openModal = openModal;

    There are no issues that match your filters.

    Category
    Status