cgross/angular-busy

How to stop loading cg busy when got an error from http request

suryamuppalla opened this issue · 0 comments

<div class="tab-content" cg-busy="load"></div>

$scope.load = personFactory.getAll()

It is still showing loading bar to the div when I got an error from the HTTP request.