When i want to make something start as hidden with ng-show
you can just add class="ng-hide"
so the css will hide the element beforehand. This way an element won't be shown when the page is still loading
I want to do the same thing using ng-if
but i don't know how to do it