如果没有指定controllerAs
, Angular指令定义的默认值是什么?
单元测试描述指令定义对象(ddo)中controllerAs
的默认行为如下:
it('should throw noident when missing controller identifier')
it('should throw noident when missing controllerAs directive property')
引用
AngularJS源码:compilepec .js
AngularJS: Controller as…和闭包