From 8b237db690987d83ecd40e384251351cacf271d5 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 29 Apr 2014 15:55:03 +0200 Subject: [PATCH] ignore loading bar for some requests --- src/main/webapp/js/services.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/js/services.js b/src/main/webapp/js/services.js index a2fd5158..63c8f982 100644 --- a/src/main/webapp/js/services.js +++ b/src/main/webapp/js/services.js @@ -173,6 +173,7 @@ module.factory('CategoryService', ['$resource', '$http', function($resource, $ht var actions = { get : { method : 'GET', + ignoreLoadingBar: true, params : { _method : 'get' } @@ -255,6 +256,7 @@ module.factory('EntryService', ['$resource', '$http', function($resource, $http) }, mark : { method : 'POST', + ignoreLoadingBar: true, params : { _method : 'mark' }