@grodrig61 wrote:
Hello, I consulted because I have an app with initial login passing two variables as parameters to a state "home" which has "home.html" as url.
In app.js:
.state ('app.home', {
url: "/ home /: param1 /: param2"
...........................That works perfect, and see the variables. Then, these two variables want to see them in all states (rating and user). They will ALWAYS show in a bar. How I make them global / public? Thank you for the help you can give me
Posts: 3
Participants: 3