David Aldridge
Results
2
comments of
David Aldridge
My original example was trying to use a custom widget (a select/drop-down, using the enum/enumNames from the data schema as the allowable options) for each item in an array, homogeneously....
Individually `app.use(...)`ing the server, security, and error handlers appears to be the problem. If I `compose` them together, it appears to function as intended: ``` ramlParser.loadFile(join(__dirname, 'api.raml')) .then(function (raml) {...