export function AccountBalancesFactory($resource) { return $resource( '/api/account/:id/balances', { id: '@id' } ); };