myems-admin/js/plugins/chosen/chosen.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

                link: function(scope, element, attr, ngModel) {
                    var chosen, defaultText, disableWithMessage, empty, initOrUpdate, match, options, origRender, removeEmptyMessage, startLoading, stopLoading, valuesExpr, viewWatch;
                    element.addClass('localytics-chosen');
                    options = scope.$eval(attr.chosen) || {};
                    angular.forEach(attr, function(value, key) {
Severity: Major
Found in myems-admin/js/plugins/chosen/chosen.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status