mondora/mondora-website-front

View on GitHub
app/components/form-builder/form-builder.js

Summary

Maintainability
A
1 hr
Test Coverage

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

        link: function ($scope) {
            $scope.form = $scope.form || {};

            $scope.form.fields = $scope.form.fields || [];
            $scope.addField = function () {
Severity: Minor
Found in app/components/form-builder/form-builder.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status