<script src="/js/angular.js1.4.6/angular.min.js"></script>
var app = angular.module("myApp", []);
app.directive("w3xueDirective", function() {
template : "<h1>自定义指令!</h1>"
<p><strong>注意:</strong> 我们需要在该实例添加 <strong>replace</strong> 属性, 否则评论是不可见的。</p>
<p><strong>注意:</strong> 你必须设置 <b>restrict</b> 的值为 "M" 才能通过注释来调用指令。</p>