mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 16:56:15 +10:00
[임대현] [NOBTS] transationList http post 시 header에 content-type 추가
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2865 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -131,7 +131,9 @@ pinpointApp.controller('TransactionListCtrl', ['TransactionListConfig', '$scope'
|
||||
*/
|
||||
getTransactionList = function (query, cb) {
|
||||
$http
|
||||
.post(cfg.applicationUrl, query.join(""))
|
||||
.post(cfg.applicationUrl, query.join(""), {
|
||||
headers: {'Content-Type': 'application/x-www-form-urlencoded'}
|
||||
})
|
||||
.success(function (data, status) {
|
||||
if (angular.isFunction(cb)) {
|
||||
cb(data);
|
||||
|
||||
Reference in New Issue
Block a user