Tiziano Rossi

Results 2 issues of Tiziano Rossi

If you define a custom route without any methods, for example: Resource.route('recommend', fn); and you define a 'before' middleware, for example: Resource.before('recommend', fn); the before middleware is called 4 times...

Is not possible to specify complex html in the template? I can set simple html element with inline css styling (like html template example), but if i want specify the...