it('should return true when other tags are defined and not empty', function() {
      contactUpdateDataService.contact = { urls: ['foo', 'bar'] };
      initController();
      expect(scope.shouldDisplayOthers()).to.be.true;
    });