Hi all,
I have this bunch of code: http://codepen.io/mhartington/pen/YPLVay
Thanks to Mister Hartington. The thing is… you can see a slight one second delay when using localstorage. I don’t want that…
I want to show a tutorial ONLY the first time you open the app and after that, it shouldn’t be shown anymore. I tried using ng-cookies; that worked on the browser, but in the app, it’s not working at all.
So now, I am trying to implement localstorage, but it seems like this is not the best move either. It shows me a slight delay and I don’t want that to happen.
What is the best / most elegant way to do this? Could someone help me please?