我使用時刻和車把。我想用handelbar。與時刻使用車把模板
我創建這個網頁的內容的文件 http://moment.handlebars.solidgoldpig.com/handlebars.moment.js.html
的Git樞紐工程 https://github.com/solidgoldpig/handlebars.moment
所以我handlebars.moment.js的內容是http://pastebin.com/vhpg4SHA
在我的代碼,我有
<script src="js/handlebars.min.js" type="text/javascript" ></script>
<script src="js/handlebars.moment.js" type="text/javascript" ></script>
在我的模板中,我有
{{moment birthdate "L"}}
我得到的錯誤
Uncaught Error: Missing helper: "moment"
我不使用的NodeJS,是有一個的NodeJS具體的事情?有沒有一種方法來使用客戶端沒有節點JS的一面?
我修改了js文件和那個工作。只保留時刻和所有地圖的註冊幫助。 –
@ nikc.org請你可以幫助這個:http://stackoverflow.com/questions/37654702/embed-moment-js-formatting-in-handlebars-templates –