Sfoglia il codice sorgente

Add test case for recursive partial. If it weren't for complex.html

it could be neat and there'd be s/kids/children/ — Oh well.
tags/0.3.0
Jan Lehnardt 16 anni fa
parent
commit
1f0ca2fe50
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +2
    -2
      examples/partial_recursion.html
  2. +1
    -1
      examples/partial_recursion.js
  3. +1
    -1
      examples/partial_recursion.txt

+ 2
- 2
examples/partial_recursion.html Vedi File

@@ -1,4 +1,4 @@
{{name}}
{{#children}}
{{#kids}}
{{>partial}}
{{/children}}
{{/kids}}

+ 1
- 1
examples/partial_recursion.js Vedi File

@@ -1,6 +1,6 @@
var partial_context = {
name: '1',
children: [
kids: [
{
name: '1.1',
children: [


+ 1
- 1
examples/partial_recursion.txt Vedi File

@@ -1,3 +1,3 @@
1
1.1
1.1.1
1.1.1

Loading…
Annulla
Salva