默认控制器作为 Angular 指令

Default controllerAs for the Angular directive

如果未指定 Angular 指令定义,controllerAs 的默认值是多少?

单元测试在指令定义对象 (ddo) 中描述 controllerAs 的默认行为,如下所示:

it('should throw noident when missing controller identifier')

it('should throw noident when missing controllerAs directive property')

参考文献