I need to save the data obtained from the background in a model on the home page and then transfer it to subsequent web pages to use the data in this model. I've read a lot of information but still don't understand the parameter passing in ui-router. Can anyone write a demo example for me to see?
Save this value with a service
1.ui-router
2.service
3.localStorge, cookie
...