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.
this.get('controller')
null になります。
誰かが ember ビューが ember コントローラーにどのように関連付けられているかを説明できるかどうか疑問に思っています。ありがとうございました。
これが最終的に機能したものです。次の行をビューに追加するだけです。
controllerBinding: "App.myController",