akveo / akveo/angular-progress-button-styles

No progress happening

Open
#3 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
215
Forks
23
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.