S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
jan
/
mustache.js
zrcadlo
https://github.com/janl/mustache.js
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Vydání
46
Wiki
Aktivita
Procházet zdrojové kódy
Add spec for nesting the same name (issue
#148
)
tags/0.5.1
Michael Jackson
před 14 roky
rodič
eb01be0470
revize
4835dd6a2c
3 změnil soubory
, kde provedl
10 přidání
a
0 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Download Patch File
Stáhněte rozdílový soubor
+8
-0
spec/_files/nesting_same_name.js
+1
-0
spec/_files/nesting_same_name.mustache
+1
-0
spec/_files/nesting_same_name.txt
+ 8
- 0
spec/_files/nesting_same_name.js
Zobrazit soubor
@@ -0,0 +1,8 @@
var nesting_same_name = {
items: [
{
name: 'name',
items: [1, 2, 3, 4]
}
]
};
+ 1
- 0
spec/_files/nesting_same_name.mustache
Zobrazit soubor
@@ -0,0 +1 @@
{{#items}}{{name}}{{#items}}{{.}}{{/items}}{{/items}}
+ 1
- 0
spec/_files/nesting_same_name.txt
Zobrazit soubor
@@ -0,0 +1 @@
name1234
Zapsat
Náhled
Načítá se…
Zrušit
Uložit