We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
与 templatable 区别
review 下现有代码
https://github.com/aralejs/templatable/blob/master/src/runtime.js
compile 也可以支持简单的 selector
this.element.html($(this._compile()).find(selector).html());
The text was updated successfully, but these errors were encountered:
不要叫 runtime,就叫 handlebars
Sorry, something went wrong.
那叫 handlebars-runtime 吧
No branches or pull requests
与 templatable 区别
review 下现有代码
https://github.com/aralejs/templatable/blob/master/src/runtime.js
compile 也可以支持简单的 selector
this.element.html($(this._compile()).find(selector).html());
The text was updated successfully, but these errors were encountered: