it('should fill the scope with the contact emails', function() {
      contactUpdateDataService.contact = {};
      initController();
      var contact = { emails: [{ type: 'work', value: 'me@work.com' }, {type: 'home', value: 'me@home.com' }] };