我是离子& amp;的新手角。如何在点击的地方打开popover?我可以在标题位置实现此目的,但在页面底部无法达到此要求。如果我在页面底部放置一个按钮,则单击该按钮以打开弹出窗口。它只会在页面中心打开。但它应该打开按钮。请帮我达到我的要求。 我提到了我的编码。提前感谢您的宝贵回应。
<button class="button button-clear button-dark " ng-readonly="details.checkstatus==false" style="margin-right:15px;width:100%" ng-click="viewTaskColor($event)">
<i class="icon ion-ios-circle-filled icon-align-right " style="color:{{details.color}};float:right"></i>
</button>
$scope.viewTaskColor = function ($event) {
$scope.TaskColor.show($event);
}