mgcrea/angular-strap

View on GitHub
src/helpers/raf.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

if (angular.version.minor < 3 && angular.version.dot < 14) {
  angular.module('ng')

  .factory('$$rAF', function ($window, $timeout) {

Severity: Major
Found in src/helpers/raf.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status