it('should return true when birthday is filled', function() {
      contactUpdateDataService.contact = { birthday: '15/12/1978' };
      initController();
      expect(scope.shouldDisplayHome()).to.be.true;
    });