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.
HandlebarsJSでは、 「with」ブロックを使用して、スコープを現在のスコープの子プロパティに変更できます。AngularJSでそれを行うにはどうすればよいですか?
{ title: "My first post!", author: { firstName: "Charles", lastName: "Jolley" } }
ただやる
<span>{{author.firstname}} {{author.lastName}}</span>
AngularJSは、データがネストされている量を気にしません。