Add text type by default to tester page

This commit is contained in:
Alex Ellis
2017-04-06 21:06:40 +01:00
parent 85a2fe8573
commit bafea3e79a

View File

@ -83,7 +83,7 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$md
$scope.invocation.request = "";
$scope.invocationResponse = "";
$scope.invocationStatus = "";
$scope.invocation.contentType = "";
$scope.invocation.contentType = "text";
}
};