it('should return false when other urls are defined but empty', function() {
      contactUpdateDataService.contact = { urls: [] };
      initController();
      expect(scope.shouldDisplayOthers()).to.be.false;
    });