我一直在尝试使用angular-ladda,只有在显示微调器图标时才会看到一个空白按钮:
正确加载所有css和模块。
以下是HTML中使用的代码:
var a = new List<EntityIdentifier>();
var b = a.GroupBy(ei => ei.IdentifierValues,
new ColectionBaseEntityIdentifierDetailComparer());
有什么想法吗?
答案 0 :(得分:3)
事实证明,简单的解决方法是将data-spinner-size
作为属性添加到HTML中:
<button ladda="news.working" class="ladda-button btn btn-primary" data-style="zoom-in" data-spinner-size="25" ng-click="news.setup()">
Update Settings
</button>