ionicPopup Title

How can I add ng-click action in ionicPopup title
not in the template

You can’t unless you modify the $ionicPopup service.

Something you could try is to replicate the popup-head html with the ng-click you want on it and put it inside your template. Then add a cssClass that hides the default popup-head. You will have to remove some paddings.

Thank you . I try another way to fix this problem.