$bindDataNew($scope, {
organizations: {
method: Contacts.query,
params: {type: 'Company', organization: $scope.project.organization},
include: ['billing_organization', 'billed_organization']
}
});
...
$editModal($scope, Financials, 'financials', transformScope.bind(undefined, 'edit'), undefined, 'lg',
['organizations']);