且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

打开新页面时用户点击任何项目从离子项目

更新时间:2023-12-03 10:16:52

你应该了解的 的状态,然后创建一个每个元素的您列出一个用于列表本身。之后,所有你需要它的调用 $ state.go('nameOfState'); 不知道是否有一种方法只是离子本身... 做p>

Here is the codepen

1) I want to open new details page, when user click on item and want to show details of that clicked item in newly opened back.
2) On details page there would be "OK" button if user click on that button then it would be back to list page.
3) How Can i show marked circle icon on right side of the list item.

How Can I do this? I spent 2 hours but I have not found any working solution.

Please help me. I am new in ionic and angular js.

you should read about states and then create one for each element of you list and one for the list itself. After that all you need it's to call $state.go('nameOfState'); Not sure if there is a way to do it just with ionic itself...