Thanks for the help in the directive I had to setup a watcher on the data bound property, but your correct I think the use of ng-model led me to believe magic would happen.
On Tuesday, April 15, 2014 8:24:19 PM UTC-7, Sander Elias wrote: > > 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.
