javascript - navigating to previous page -


i facing issues navigation previous page. trying in cancel-button click calling function using history.back(); working fine. problem same page having validation when clicking cancel-button checking fields , navigating back.

i used history.go(-1) getting same issue. tried app.navigate("details/"); working fine coming in loop. example: if navigating page 2 page 3 working when trying navigate page 2 page 1 coming page 3.

can please me figure out.

adapted http://js.devexpress.com/documentation/guide/spa_framework/navigation_and_routing/?version=15_2 can navigate this:

application1.app.navigate('view1', { root: true }); // or application1.app.navigate('view1', { target: 'current' }); 

hope helps.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -