Skip to content

Commit

Permalink
Remove Downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Apr 25, 2023
1 parent 1a80ebd commit 5899717
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 112 deletions.
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<script src="scripts/services/Accreditation.js"></script>
<script src="scripts/services/authenticator.js"></script>
<script src="scripts/services/DelegateType.js"></script>
<script src="scripts/services/Downloader.js"></script>
<script src="scripts/services/Event.js"></script>
<script src="scripts/services/Member.js"></script>
<script src="scripts/services/PackageOption.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/controllers/delegate_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

});

angular.module('accreditationApp').controller('DelegateTypeCtrl', function ($scope, $state, $stateParams, $http, alert, Downloader, Event, Zone, DelegateType, REST_BASE_URL) {
angular.module('accreditationApp').controller('DelegateTypeCtrl', function ($scope, $state, $stateParams, $http, alert, Event, Zone, DelegateType, REST_BASE_URL) {

$scope.event = Event.get({id: $stateParams.eventId});

Expand Down
110 changes: 0 additions & 110 deletions app/scripts/services/Downloader.js

This file was deleted.

0 comments on commit 5899717

Please sign in to comment.