Angular指令的默认控制器



如果没有指定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…和闭包

相关内容

  • 没有找到相关文章

最新更新