ソースを参照

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年前
コミット
1f0ca2fe50
3個のファイルの変更4行の追加4行の削除
  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 ファイルの表示

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

+ 1
- 1
examples/partial_recursion.js ファイルの表示

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


+ 1
- 1
examples/partial_recursion.txt ファイルの表示

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

読み込み中…
キャンセル
保存