scripts/apps/archive/controllers/BaseListController.ts
Function constructor
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
constructor($scope, $location, search, desks) {
this.lastQueryParams = {};
this.$location = $location;
this.search = search;
this.desks = desks;