How to remove delay from ngShow initialization? When ng-cloak fails?

后端 未结 3 1248
天涯浪人
天涯浪人 2021-01-29 03:52

I\'ve run into the exact same problem found in this question. However both answers did not work in my case.

Video of my problem: https://www.youtube.com/watch?v=Byjmwmam

3条回答
  •  既然无缘
    2021-01-29 04:31

    To make a div hidden by default and prevent it from being shown before the page is completely loaded, you can add ng-hide to class attribute. E.g.:

提交回复
热议问题