5
This post詳細說明如何綁定事件的加載模板部分。如何使用Angular JS作爲模板引擎?
但是,如果我想將頁面加載模板偏差加載類似於Smarty的模板引擎會怎樣?
例如在Smarty的:
<html>
<body>
{include file="templates/header.html"}
<span>Dude, this has too be possible in Angular JS...</span>
{include file="templates/footer.html"}
</body>
</html>
但它是否有意義? – Michael