ignore loading bar for some requests

This commit is contained in:
Athou
2014-04-29 15:55:03 +02:00
parent 416350c004
commit 8b237db690

View File

@@ -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'
}