In my Ionic app there is a listView with cards on which users can click. After clicking they should see a page with more details. All content is in a pouchDB database (and also remotely in Firebase). The code to generate this list is below:In my Ionic app there is a listView with cards