1
瘋狂檢查,有人可以證實,mainLocation應該返回「是」。出於某種原因,它返回「否」。Handlebars.js如果不是因爲工作預計
這是我的代碼。
<script id="Templates" type="text/x-handlebars-template">
<div id="RowExpand{{id}}" class="collapse">
{{#if mainLocation}}
yes - Some content here...
{{else}}
no - Some content here...
{{/if}}
</div>
</script>
這是firebug中的json數據。
address "5862 Vincent Blvd."
city "Santa Monica"
state "CA"
zipcode "90452"
mainlocation true
謝謝你的迴應。我對把手相當陌生,如果我把腳本放在正確的位置,我不是。這是我已經嘗試過:它並沒有工作。我做錯了什麼?謝謝 – user752746
如果您正在從事Meteor項目。你不需要腳本標籤。我要修改我的答案,以向你展示 – Bozhao
謝謝,我沒有使用流星。 – user752746