I have a webpage, made with AngularJS. I want to display a image (fullscreen) for 5 seconds, before the user sees the real page. Like a kind of loading screen
According to this: window.onload does not work in AngularJS its not possible to use window.onload.
with some research i found the following functions: - ng-Show - ng-Hide - ng-init (article)
but i have no idea how i would do this..?
Sorry if this is a bad question, im quite new.