标签: angularjs
在此示例中(http://plnkr.co/edit/MDhqlsS8CXmmpQr5hkYN?p=preview)。
在function test()中,为什么不使用controller: 'testCtrl'?
function test()
controller: 'testCtrl'
我认为controller: testCtrl是Controller的名字?但是,当我更改为controller: testCtrl2和.controller('testCtrl2', testCtrl)时,它无效。
controller: testCtrl
controller: testCtrl2
.controller('testCtrl2', testCtrl)