linagora/openpaas-esn

View on GitHub
modules/linagora.esn.signup.local/frontend/app/signup-form/signup-form.js

Summary

Maintainability
A
1 hr
Test Coverage

Function controller has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      controller: function($scope, $location, invitationAPI, notificationFactory) {
        $scope.settings = { firstname: '', lastname: '', email: '' };
        $scope.signupButton = {
          label: 'Sign up in OpenPaas',
          notRunning: 'Sign up in OpenPaas',

    There are no issues that match your filters.

    Category
    Status