terranisu/angular-emoji-picker

View on GitHub
src/js/directives/emoji-picker.js

Summary

Maintainability
A
1 hr
Test Coverage

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

      link: function ($scope, element, attrs) {
        var recentLimit = parseInt(attrs.recentLimit, 10) || RECENT_LIMIT;
        var outputFormat = attrs.outputFormat || DEFAULT_OUTPUT_FORMAT;

        $scope.groups = emojiGroups.groups;
Severity: Minor
Found in src/js/directives/emoji-picker.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status