diff options
Diffstat (limited to 'src/service/xhr.bulk.js')
| -rw-r--r-- | src/service/xhr.bulk.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.bulk.js b/src/service/xhr.bulk.js index d7fc7990..816336f8 100644 --- a/src/service/xhr.bulk.js +++ b/src/service/xhr.bulk.js @@ -82,6 +82,6 @@ angularServiceInject('$xhr.bulk', function($xhr, $error, $log){ } }); }; - this.$onEval(PRIORITY_LAST, bulkXHR.flush); + this.$observe(bulkXHR.flush); return bulkXHR; }, ['$xhr', '$xhr.error', '$log']); |
