オプション HTTP API とパラメーターの間でやり取りする正しいコードは何ですか?
return $http( {
method: 'OPTIONS',
url: apiUrl + '/Options/' + clientID
} ).error( function ( a, b, c, d, e ) {
console.log( 'a, b, c, d, e', a, b, c, d, e );
} );