Skip to content

Commit

Permalink
atualizando a classe da barra de progresso que é setada após o fim do…
Browse files Browse the repository at this point in the history
… upload
  • Loading branch information
washingtonsoares committed Feb 22, 2016
1 parent c4c3225 commit fd2b966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ng-s3upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ angular.module('ngS3upload.directives', []).

$scope.barClass = function () {
return {
"bar-success": $scope.attempt && !$scope.uploading && $scope.success
"progress-bar-success": $scope.attempt && !$scope.uploading && $scope.success
};
};
}],
Expand Down Expand Up @@ -288,4 +288,4 @@ angular.module('ngS3upload').run(['$templateCache', function($templateCache) {
);

}]);
})(window, document);
})(window, document);

0 comments on commit fd2b966

Please sign in to comment.