it('should return false when nothing defined', function() {
      contactUpdateDataService.contact = {};
      initController();
      expect(scope.shouldDisplayOthers()).to.be.false;
    });