angular的自定义html标签

标签名字和directives后面名字对应,注意   “-”   后面挨着的字母要大写

html页面:

<coice-saction-type 

/内容/

</coice-saction-type>

js:

directives.directive('coiceSactionType', function () {
return {}

}

原文地址:https://www.cnblogs.com/sky-liu/p/13569599.html