Alexey Kucherenko
Alexey Kucherenko
Hi, Please consider the following code: ``` {{tmpl({"text":"Select issue(s) to monitor"}) "#partial-template-ui"}} {{tmpl({"text":"Select issue(s) to monitor"}) "#partial-template-ui"}} ${text} $(document).ready(function(){ //this throws 'missing ) in parenthetical' $("#template-ui-1").tmpl().appendTo("#content"); //this works fine $("#template-ui-2").tmpl().appendTo("#content");...
Hi Ben, Is it possible to hook a simple function like a callback? See the code above? Maybe you can suggest how to do it? ``` javascript hooker.hook(client, ['get'], {...
Hi, Do you have ideas to add version support in this boilerplate? Found cool plugin to support different methods for different version. Here is it: https://github.com/mal/restify-version Have no time to...
Add reference to types/parse-data-url to docs