-
When inserting `` tag inside component it raises _"Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'."_
Looking at the source code I found that the test in `browser-nested.…
mekto updated
9 years ago
-
https://github.com/regularjs/regular
Thanks!
releaase list at : https://github.com/regularjs/regular/releases/tag/0.3.1
-
默认的模版引擎与后台模板引擎冲突
-
-
-
``` html
{#list items as el}
123
{/list}
var data = [{}];
vComment = Regular.extend({
template: '#t-comment'
});
vmComment = new vComme…
xw332 updated
9 years ago
-
``` html
```
组件里面有个onclick时间,怎么传递?
-
``` html
```
month 总是undifine
``` javascript
search: function(month) {
var component;
component = this;
if (month) {
component.data.search = {
err…
-
I'm looking for a way to access DOM elements generated by regular. I haven't found it in the documentation and the source code. But I think it is sometimes neccessery, especially when creating subcomp…
mekto updated
9 years ago
-
I have done the work to config the END_TAG and BEGIN_TAG using
``` javascript
Regular.config({
END: ']]',
BEGINE: '[['
})
```
take this opportunity , I hesitate to change the default '{{}}' to …