Quantcast
Viewing all articles
Browse latest Browse all 229930

In ionic view app window.location Not working but it working in web browser

Your routes should be looking something like this

.state('patient', {
url: "/patient",
templateUrl: 'app/patient/patient.html',
abstract:true
}
})
.state('summary', {
url: "/patientsummary",
views: {
"patContent": {
templateUrl: 'app/patient/patientsummary.html'
}
}
})

then you can use the $state.go('patient.summary')


Viewing all articles
Browse latest Browse all 229930

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>