Hi, I want to know, how could I set "if" statement for the case "first time run app" in my controller? It's possible?
Something like:
If(first time run app){ //do something... example: alert("First meet"); } else{ //do something more.. example: alert(N+" meet"); }Need your help! Thanks.