Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
jan
/
mustache.js
peilaus alkaen
https://github.com/janl/mustache.js
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
46
Wiki
Activity
Selaa lähdekoodia
Add spec for nested iteration (issue
#79
)
tags/0.5.1
Michael Jackson
14 vuotta sitten
vanhempi
d5049a5552
commit
905ccbbac8
3 muutettua tiedostoa
jossa
10 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
spec/_files/nested_iterating.js
+1
-0
spec/_files/nested_iterating.mustache
+1
-0
spec/_files/nested_iterating.txt
+ 8
- 0
spec/_files/nested_iterating.js
Näytä tiedosto
@@ -0,0 +1,8 @@
var nested_iterating = {
inner: [{
foo: 'foo',
inner: [{
bar: 'bar'
}]
}]
};
+ 1
- 0
spec/_files/nested_iterating.mustache
Näytä tiedosto
@@ -0,0 +1 @@
{{#inner}}{{foo}}{{#inner}}{{bar}}{{/inner}}{{/inner}}
+ 1
- 0
spec/_files/nested_iterating.txt
Näytä tiedosto
@@ -0,0 +1 @@
foobar
Write
Preview
Loading…
Peruuta
Tallenna