cwill747/angular-libphonenumber

View on GitHub
src/phone-number.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

      link: function(scope, element, attrs, ctrl) {
        var el = element[0];
        scope.$watch('countryCode', function() {
          ctrl.$modelValue = ctrl.$viewValue + ' ';
        });
Severity: Major
Found in src/phone-number.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status