ng-cloak在firefox中无效

时间:2015-03-12 21:06:50

标签: angularjs ng-show ngcloak

现在我正在使用coup ng-show for couple div进行一些子视图,它在chrome中运行良好但在FF中没有。我在网上搜索并做了一些尝试,但它们都不适用于我,例如add .ng -cloak {display:none!important;}

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

如您所见,在个人卡页面中,我使用ng-show定义了一些div 但是每次我进入这个页面时,它都会闪存(闪烁)。它非常烦人,它在chrome和IE中运行良好。任何想法?

0 个答案:

没有答案