Twitter按钮不会出现在Firefox上

时间:2016-02-07 13:43:52

标签: javascript html angularjs firefox twitter

为什么在仅在Firefox上处理ng-show时,Twitter按钮显示为什么?

    <div ng-show="isTwitterScriptLoaded">
      <a href="https://twitter.com/Example" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @Example</a>
    </div>

Demo Here

在Chrome或Safari上,会出现按钮 在Firefox上,它没有(没有任何设置插件)并且没有控制台错误。

如果我删除了ng-show,它适用于所有浏览器 奇怪的。

1 个答案:

答案 0 :(得分:0)

在带有Firefox 43.0.1的Windows 8.1 Pro上,它会出现。