Since promise handlers can return Promises, let’s use that technique to refactor an implementation:
var Dashboard = function( $scope, user, ServiceOne, ServiceTwo )
    {
        Service-1
            .getAddressInfo( user )                                              // Request #1