kevinchappell/ng-i18n

View on GitHub
src/ng-i18n-provider.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function I18N has 98 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function I18N($rootScope, $http) {
      var i18n = this,
        langs = {},
        current = $rootScope.lang || sessionStorage.getItem('locale') || config.default.locale,
        localeKey = '#__locale__#',
Severity: Major
Found in src/ng-i18n-provider.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status