上次说过directive的restrict有4种模式,分别是E,A,C,M。
E:通过元素名称定义组件
例:<hello></hello>
A:通过元素属性名来定义组件
<div hello></div>
C:通过class的值来定义组件
<div class=“hello”></div>
M:通过注解的方式来定义组件
<—directive:hello—!>
<div></div>
以上js均省略,详情见笔记
<AngularJs directive自定义组件>
上次说过directive的restrict有4种模式,分别是E,A,C,M。
E:通过元素名称定义组件
例:<hello></hello>
A:通过元素属性名来定义组件
<div hello></div>
C:通过class的值来定义组件
<div class=“hello”></div>
M:通过注解的方式来定义组件
<—directive:hello—!>
<div></div>
以上js均省略,详情见笔记
<AngularJs directive自定义组件>
本文标题:AngularJs模版规则
本文链接:https://www.haomeiwen.com/subject/cjptvxtx.html
网友评论