it('should set status to "error" after failed to load address books', function() {
      contactAddressbookService.listAddressbooks = sinon.stub().returns($q.reject('an error'));

      var controller = initController();