DanielCaspers / GoodCompany

A prototype for research on how to assist an elderly community overcome social isolation.
0 stars 0 forks source link

Cross linking should work in navigation #40

Open DanielCaspers opened 9 years ago

DanielCaspers commented 9 years ago

Clicking a button (besides the navbar) should bring you from one page to the other. For example, a person from tab-activities should successfully bring you to their page. Intro to AngularJS should help with this. We can't simply use hyperlinks - we need to track state in some way.

DanielCaspers commented 9 years ago

http://learn.ionicframework.com/formulas/navigation-and-routing-part-1/

https://github.com/angular-ui/ui-router/wiki/Nested-States-and-Nested-Views

DanielCaspers commented 9 years ago

http://forum.ionicframework.com/t/tabs-without-individual-history-stack/5933

http://forum.ionicframework.com/t/tabs-navigation-unique-navigation-history-stack/6275

http://codepen.io/ggalmazor/pen/jKkdi