| 1 | (function(angular, $) { |
| 2 | 'use strict'; |
| 3 | angular.module('FileManagerApp').controller('FileManagerCtrl', [ |
| 4 | '$scope', '$rootScope', '$window', '$translate', 'fileManagerConfig', 'item', 'fileNavigator', 'apiMiddleware', |
nothing calls this directly
no test coverage detected