Explorar el Código

add nexting example

tags/0.5.0-vsc
Jan Lehnardt hace 15 años
padre
commit
29de9bacf5
Se han modificado 3 ficheros con 16 adiciones y 0 borrados
  1. +5
    -0
      examples/nesting.html
  2. +7
    -0
      examples/nesting.js
  3. +4
    -0
      examples/nesting.txt

+ 5
- 0
examples/nesting.html Ver fichero

@@ -0,0 +1,5 @@
{{#foo}}
{{#a}}
{{b}}
{{/a}}
{{/foo}}

+ 7
- 0
examples/nesting.js Ver fichero

@@ -0,0 +1,7 @@
var nesting = {
foo: [
{a: {b: 1}},
{a: {b: 2}},
{a: {b: 3}}
]
};

+ 4
- 0
examples/nesting.txt Ver fichero

@@ -0,0 +1,4 @@
1
2
3

Cargando…
Cancelar
Guardar