angular-loading-bar
angular-loading-bar copied to clipboard
Enable to ignore in specific controller/page
This is my code and I tried in many way to avoid loading in one controller but still its not working...
$http.get(server + 'app/messages/' + buzzTopic + '/20/0', appHeaders, { ignoreLoadingBar: true })
ignoreLoadingBar does not work for me eighter (angular 1.5.1)