mondora/mondora-website-front

View on GitHub
app/components/medium-editor/medium-editor.js

Summary

Maintainability
C
1 day
Test Coverage

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

        link: function ($scope, $element) {
            var updateContent = function () {
                if ($scope.dontUpdate) return;
                $scope.$root.safeApply(function () {
                    $scope.content = $element.html();
Severity: Major
Found in app/components/medium-editor/medium-editor.js - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status