Check out the codepen
for reference.
1) I'm trying to create a functionality where, upon clicking on an item, a new details page opens up to display information about that specific item. Once on the details page, there should be an "OK" button that, when clicked, takes the user back to the original list page.
2) Additionally, I'm looking to add a marked circle icon to the right side of each list item. How can I achieve this?
I've spent about 2 hours trying to figure this out but haven't been successful so far.
If anyone could offer some guidance, I would greatly appreciate it. I'm new to working with Ionic and AngularJS.