akveo / akveo/angular-progress-button-styles
No progress happening
未關閉
- 主要語言
- 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 還沒有評估資料。