jonshaffer/angular-data-table

View on GitHub
src/components/menu/dropdown/dropdown.js

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export default angular
.module('dt.dropdown', [])
.controller('DropdownController', DropdownController)
.directive('dropdown', DropdownDirective)
.directive('dropdownToggle', DropdownToggleDirective)
Severity: Minor
Found in src/components/menu/dropdown/dropdown.js and 1 other location - About 35 mins to fix
src/dataTable.js on lines 22..27
Category
Status