akveo / akveo/angular-progress-button-styles

No progress happening

未關閉
#3 5 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
CSS
星號
215
分支
23
PR 合併指標
30 天內沒有已合併 PR

描述

Button doens't fill when I hook it into my service. Currently using:

```
$scope.change = function() {
$scope.loader = NodeFactory.update({ id: $scope.newentry.nid }, $scope.data);
$scope.loader.$promise.then(function () {
//$state.go('start', {'id': $scope.newentry.nid});
});
};
```

With my button set as:

```
Save & Continue
```

The server is taking about 10sec to resolve the promise, the button doesnt fill and simply flips to the done animation.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。