markdalgleish/angular-delegator

View on GitHub

Showing 1 of 5 total issues

Function $get has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    this.$get = ['$injector', function($injector) {

      var strategyServiceNameFrom = function(strategyShortName) {
          return strategyShortName[0].toUpperCase() +
            strategyShortName.slice(1) +
Severity: Minor
Found in src/DelegatorProvider.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language