In my Ionic project (Ionic + AngularJS), I need to use the $ionicPopup
kind of box to show the full details of the particular product when the user clicks on that product name. But, I was trying to customizing the popup, I couldn't. Even, I tried with templateUrl : templates/example.html
. But, I didn't get the expected results.
I need to show the product's details with a width of 75% and a height of 75%. Or is there any other way to display the details with the same kind of effect $ionicPopup
do. Please, help me out.