This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Add spec for context lookup (issue
#122
)
tags/0.5.1
Michael Jackson
пре 14 година
родитељ
09f1e88b92
комит
364ef54901
3 измењених фајлова
са
10 додато
и
0 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -0,0 +1,8 @@
var context_lookup = {
"outer": {
"id": 1,
"second": {
"nothing": 2
}
}
};
+ 1
- 0
spec/_files/context_lookup.mustache
Прегледај датотеку
@@ -0,0 +1 @@
{{#outer}}{{#second}}{{id}}{{/second}}{{/outer}}
+ 1
- 0
spec/_files/context_lookup.txt
Прегледај датотеку
@@ -0,0 +1 @@
1
Write
Preview
Loading…
Откажи
Сачувај