it('should fill the scope with the contact phones', function() {
      contactUpdateDataService.contact = {};
      initController();
      var contact = { tel: [{ type: 'work', value: '+33333333' }, { type: 'home', value: '+33444444' }] };