it('should return true when notes are defined', function() {
      contactUpdateDataService.contact = { notes: 'This guy is so funky' };
      initController();
      expect(scope.shouldDisplayOthers()).to.be.true;
    });