akveo / akveo/angular-progress-button-styles

No progress happening

オープン
#3 コメント 5 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。