$q.all(completeCcuList)
              .then(function(result){
                deferred.resolve(result);
              })
              .catch(function(reason){