platanus/angular-restmod

Overwrite $send from CommonAPI

Opened this issue · 1 comments

There is simple way than this?

$extend: {
    Collection: {
        $send: send
    },
    Dummy: {
        $send: send
    },
    List: {
        $send: send
    },
    Record: {
        $send: send
    }
}
utf4 commented

This is the perfect and accurate way. Sorry for the late reply.