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.
我正在使用一个显示按钮列表的 popOver,这些按钮有一个简单的 ng-click,它不起作用。有人能帮我吗?这里有一个简单的例子: http ://plnkr.co/edit/YfC6RxVMO3jmGguHXgXu?p=preview
您正在克隆 HTML 并将其呈现在 Angular 之外,因此它不会具有您期望的任何绑定。我建议不要直接在 Angular 应用程序中使用 Twitter 的 Bootstrap,而是使用 Angular 的 UI Bootstrap。它有自己的 popOver,它是为与 Angular 一起工作而编写的:
http://angular-ui.github.io/bootstrap/#popover