Jump to content

youngProgrammer

Members
  • Posts

    1
  • Joined

  • Last visited

youngProgrammer's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi guys, I need help to send two objects to the 'post' method in the angular example: this.generateSerial = function ( items, deposit ) { return this.endpoint.subRoute( 'createSerialBox' ).post( items, {offline: '', params: {'deposit': deposit}}).then(angular.bind( this, function ( response ) { return $q.when(response.data); }) ) } item is a list and you deposit an object That way I get the error 12616 Thanks,
×
×
  • Create New...