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