Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
controllerAs指定されていない場合、Angular ディレクティブ定義のデフォルトは何ですか?
controllerAs
単体テストはcontrollerAs、ディレクティブ定義オブジェクト (ddo)のデフォルトの動作を次のように記述します。
it('should throw noident when missing controller identifier') it('should throw noident when missing controllerAs directive property')
参考文献
ソース: compileSpec.js
AngularJS: Controller as ... とクロージャ