wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

use bracket notation when accessing the parameters object which passed by the user #47

Closed borisirota closed 9 years ago

borisirota commented 9 years ago

this check and this check uses the dot notation on the parameters object which passed by the user and can contain keys like "this-is-key"

Boris

wcandillon commented 9 years ago

@borisirota ho boy, nice catch!

borisirota commented 9 years ago

:+1: