manshar/manshar

View on GitHub
web-client/app/scripts/directives/categoryTopicPicker.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

      link: function (scope, element) {
        scope.selectedCategory = null;
        scope.categories = Category.query();
        scope.topics = [];
        // scope.allowCreateTopics = false;
Severity: Major
Found in web-client/app/scripts/directives/categoryTopicPicker.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status