linyuanxie
linyuanxie

Reputation: 787

ng-cloak not working in firefox

Now I am working on some subview with coup ng-show for couple div, it works fine in chrome but not in FF.I searched online and did some tries, but none of them work for me, such as add .ng-cloak{display:none !important;}

  .state('accountsetting',
                {
                url:'/account',
                templateUrl:'settings/account.html'
                }
            )
  .state('accountsetting.personalcards',{
 url:'/personalcards',templateUrl:'submitter/PersonalCard/Personalcard.html'
                                        })

as you can see, in personalcards page, I define some divs with ng-show but in firefox everytime I go to this page,it will have flash(blink). it is very annoying, it works fine in chrome and IE. any idea?

Upvotes: 3

Views: 697

Answers (0)

Related Questions