SHARE
TWEET
Untitled
a guest
May 18th, 2016
65
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- factory.saveTicket = function(ticket, type)
- {
- var req =
- {
- method : 'POST',
- url : baseConfig.apiUrl + 'tickets/' + type,
- dataType : 'json',
- data : ticket,
- headers :
- {
- "Content-Type" : "application/x-www-form-urlencoded"
- }
- };
- return $http(req);
- };
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
