We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62058cd commit 122bdf2Copy full SHA for 122bdf2
demo/apps/apijson_demo/templates/index.html
@@ -49,14 +49,14 @@
49
vm.request_data = vm.request_data_list[0].value
50
},
51
post_request_data: function(){
52
- vm.can_post = false
53
$.ajax({
54
type: "POST",
55
contentType: 'application/json',
56
url: "{{=url_for('uliweb_apijson.apijson.views.ApiJson.get')}}",
57
data: vm.request_data,
58
success: function (data) {
59
vm.response_data = JSON.stringify(data,null,2)
+ vm.can_post = false
60
}
61
})
62
0 commit comments