All elements with the ng-hide attribute are visible until the page loads (and angular hide them) - before that it will look strange. With jquery, I used to set style="display:none" and showed them when js is executed.
Am I doing something wrong in AngularJS ? Or is there a better way to solve this?
Thanks a lot!
An example of a page displaying all hidden elements upon loading: 
source share