Skip to content

Commit

Permalink
Sanitaze modal.js delere unused exchange service
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Apr 18, 2016
1 parent b04efde commit 31c110a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/partials/exchange/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ angular.module('bhima.controllers')

ExchangeModalController.$inject = [
'ExchangeRateService', 'CurrencyService',
'SessionService', '$uibModalInstance', 'data', 'exchange'
'SessionService', '$uibModalInstance', 'data'
];

function ExchangeModalController(Rates, Currencies, Session, $uibModalInstance, data, exchange) {
function ExchangeModalController(Rates, Currencies, Session, $uibModalInstance, data) {
var vm = this;

// bind variables
Expand Down

0 comments on commit 31c110a

Please sign in to comment.