Skip to content

Commit

Permalink
Export missing module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jan 13, 2025
1 parent fbbfac9 commit c0ba2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/image/image.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import zoomifyimg from './zoomifyimg.directive.js';
export default angular.module('arachne.image', [])
.directive('arImagegridCell', arImagegridCell)
.directive('arImagegrid', ['$http', '$window', 'searchScope', arImagegrid])
.directive('arImageslider', arImageslider)
.directive('arImageslider', ['arachneSettings', 'authService', arImageslider])
.directive('arImg', ['arachneSettings', '$http', arImg])
.filter('cellsFromImages', ['arachneSettings', cellsFromImages])
.directive('zoomifyimg', ['arachneSettings', '$http', zoomifyimg])
;
;

0 comments on commit c0ba2e3

Please sign in to comment.