本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
46
Wiki
活動
瀏覽代碼
Add tests for null view
tags/0.7.0
Michael Jackson
13 年之前
父節點
544a32b7a1
當前提交
0a6d71ca90
共有
3 個檔案被更改
,包括
6 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
test/_files/null_view.js
+1
-0
test/_files/null_view.mustache
+1
-0
test/_files/null_view.txt
+ 4
- 0
test/_files/null_view.js
查看文件
@@ -0,0 +1,4 @@
({
name: 'Joe',
friends: null
})
+ 1
- 0
test/_files/null_view.mustache
查看文件
@@ -0,0 +1 @@
{{name}}'s friends: {{#friends}}{{name}}, {{/friends}}
+ 1
- 0
test/_files/null_view.txt
查看文件
@@ -0,0 +1 @@
Joe's friends:
Write
Preview
Loading…
取消
儲存