为了账号安全,请及时绑定邮箱和手机立即绑定

没有出现四个hello

html:

<body>

<hello></hello>

<div hello></div>

<div class="hello"></div>

<!-- directive:hello -->

<div></div>

</body>

js:

var myModule=angular.module('MyModule',[]);

myModule.directive("hello",function(){

return {

restrict:"E",

template:"<div>Hi hahha</div>",

replace:true

}

});

为什么呢?

正在回答

1 回答

restrict:"E",

改为:

restrict: "AECM",

0 回复 有任何疑惑可以回复我~
#1

欧耶233 提问者

谢谢
2016-11-02 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
AngularJS实战
  • 参与学习       205447    人
  • 解答问题       1158    个

一起学习AngularJS的基础教程,通过实例学习并学会AngularJS

进入课程

没有出现四个hello

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信