Denis Miorandi

Results 4 issues of Denis Miorandi

Considering this code ``` javascript block in orderjson.Blocks | filterBy: ['ID_Block']: block_NM.ID_Block ``` if ID_Block have on array values [1, -1,3,5] and filter is set to 1. I expect to...

When generate pojo from json schema included in raml file, there is no way to otain a jsr310 LocalDateTime instead java.util.date. There are two step to do it: 1) add...

priority should be an option to specify as parameter the directive In this way I could execute my directive on same tag after ngMask instead before (due to alphabetically order)....

I'm using raml-javascript-generator to generate resources on my client side that is written in Typescript. What is missing is the type safety on raml client resources. Generate an extra d.ts...

enhancement