Remove unused Balances factory.
This commit is contained in:
parent
64c53441cb
commit
c0bc7b82b3
@ -179,12 +179,4 @@ module.exports = angular.module('balanceChartModule', [
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
.factory('Balances', function($resource) {
|
|
||||||
return $resource(
|
|
||||||
'/api/account/:id/daily_balances', {
|
|
||||||
id: '@id'
|
|
||||||
}
|
|
||||||
);
|
|
||||||
})
|
|
||||||
|
|
||||||
.name;
|
.name;
|
||||||
|
Loading…
Reference in New Issue
Block a user