How to populate history in the ionic framework

1

Well I need to know how to populate the history of ionic framework , of window itself I know it's like this:

 window.history.pushState({upage:sel}, sel, document.location.origin + document.location.pathname +sel);

My problem is that I need to write the "name" of the pages I've been through to when I click the return native button it should return to the previous view, so using the back method of window it returns only one vision.

    
asked by anonymous 11.01.2016 / 16:48

0 answers