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 context lookup (issue
#122
)
tags/0.5.1
Michael Jackson
14 vuotta sitten
vanhempi
09f1e88b92
commit
364ef54901
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/context_lookup.js
+1
-0
spec/_files/context_lookup.mustache
+1
-0
spec/_files/context_lookup.txt
+ 8
- 0
spec/_files/context_lookup.js
Näytä tiedosto
@@ -0,0 +1,8 @@
var context_lookup = {
"outer": {
"id": 1,
"second": {
"nothing": 2
}
}
};
+ 1
- 0
spec/_files/context_lookup.mustache
Näytä tiedosto
@@ -0,0 +1 @@
{{#outer}}{{#second}}{{id}}{{/second}}{{/outer}}
+ 1
- 0
spec/_files/context_lookup.txt
Näytä tiedosto
@@ -0,0 +1 @@
1
Write
Preview
Loading…
Peruuta
Tallenna