JSON Editor feature

This commit is contained in:
laurent lepinay
2015-03-09 07:06:24 -07:00
parent 5eaea861a0
commit eb390ffca2
16 changed files with 174 additions and 29 deletions

View File

@@ -25,6 +25,7 @@ class ResourceView extends Backbone.View
operation.nickname = id
operation.parentId = @model.id
operation.definitions = @model.definitions # make Json Schema available for JSonEditor in this operation
@addOperation operation
$('.toggleEndpointList', @el).click(this.callDocs.bind(this, 'toggleEndpointListForResource'))