Results 3 comments of orit

Hi, The versions I use are Node.js: 4.4.7 node-red: 0.14.6 node-red-node-swagger: 0.1.8 I have another project running on the same environment (with Chrome), for which Swagger-UI is displayed correctly. Seems...

The problem was solved in swagger-ui module file: swagger-ui.js method: Handlebars.registerHelper replace the following line: var paramType = param.type || param.schema && param.schema.type || ''; with the fixed line: var...

I have created pull request in swagger-ui repository: https://github.com/swagger-api/swagger-ui/pull/2607 The flow was edited only with node-red editor. Yes, it contains subflows. Sending by mail.