我在appContent指令內調APPLeft。提示這個錯誤:Controller 'appLeft', required by directive 'appContent', can't be found!
appLeft存在的為什麼提示這個
黄舟2017-05-15 17:15:14
在stackoverflow找到了答案,必須把app-content放在app-left內才能這樣使用,也就是:
<app-left>
<app-content></app-content>
</app-left>