AngularJS中Directive指令系列 - bindToController属性的使用

Posted 飞凡123

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AngularJS中Directive指令系列 - bindToController属性的使用相关的知识,希望对你有一定的参考价值。

默认false。这个属性用来绑定scope的属性直接赋给controller。可以为true或者和scope相同格式的对象。

此外使用此属性,要设置controller的别名,通常通过"controllerAs"来设置。

如果一个directive里同时使用了bindToController和scope,并且是object。那么bindToController会覆盖scope。

以上是关于AngularJS中Directive指令系列 - bindToController属性的使用的主要内容,如果未能解决你的问题,请参考以下文章

[AngularJS] AngularJS系列 中级篇之指令

AngularJS clone directive 指令复制

angularJS 系列——理解指令 understanding directives

angularjs中directive指令与component组件有什么区别?

学习AngularJs:Directive指令用法(完整版)

AngularJS:directive自定义的指令