最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How do I use Angular JS as a templating engine? - Stack Overflow

programmeradmin2浏览0评论

This post goes into detail how to bind loading template partials on events.

But what if I wanted to load template partials on page load similair to a templating engine like Smarty?

For example in 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>

This post goes into detail how to bind loading template partials on events.

But what if I wanted to load template partials on page load similair to a templating engine like Smarty?

For example in 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>
Share Improve this question edited May 23, 2017 at 11:45 CommunityBot 11 silver badge asked Dec 28, 2012 at 16:00 Dan KanzeDan Kanze 18.6k28 gold badges84 silver badges136 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 9

You can use the ngInclude directive. The documentation and an example can be found here: http://docs.angularjs/api/ng.directive:ngInclude

发布评论

评论列表(0)

  1. 暂无评论