Answer the question
In order to leave comments, you need to log in
Why is broadcasted event cfpLoadingBar:completed from angular-loading-bar duplicated?
I write this code to catch the state of the angular-loading-bar:
site.run ($rootScope) ->
$rootScope.$on "cfpLoadingBar:loading", (event, data) ->
console.log "loading", data
return
$rootScope.$on "cfpLoadingBar:completed", ->
console.log "loaded"
return
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question