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