Hi Aaron,

You forgot to include your templates in your plunk, so my answers is based 
on a guess.
try changing the ng-model in your directive to something else. I assume you 
have an input 
ng-model=”selected.borrowerSet.PrimaryBorrower.ContactDetails.List_PhoneNumbers”
 
somewhere in your template. That is fine, but use your own name on your 
directive, for example:


<cx-edit-table ng-controller="PhoneDlgCtrl" 
cx-edit-property="selected.borrowerSet.PrimaryBorrower.ContactDetails.List_PhoneNumbers"
                               
cx-edit-template-url="/app/deals/deal/application/Borrower/PhoneDlg.tpl.html"
                               
cx-list-template-url="/app/deals/deal/application/Borrower/PhoneList.tpl.html">
                </cx-edit-table>

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to