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.
我无法弄清楚如何以编程方式实例化指令。例如,在选项卡式面板示例中,假设我希望在父选项卡指令中具有“添加新选项卡”的功能;tabs 指令应该如何实例化一个新的窗格指令并将其添加到 DOM 中?
我将有一个范围变量,其中包含您要显示的窗格列表,将单个窗格的 HTML 放在 anng-repeat中,并让“添加新选项卡”功能只需将另一个对象添加到窗格列表中;Angular 的双向绑定将ng-repeat在更新列表时更新内部的 DOM 元素列表。
ng-repeat