vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Make 'e-form' publish local $form even if specify object property #366

Closed hshn closed 8 years ago

hshn commented 9 years ago

Publishing local $form to some variable is everything ok, but doing to some object property does no work

<!-- $form will be published -->
<span editable-text="user.name" e-form="form"> 

<!-- $form will not be published-->
<span editable-text="user.name" e-form="ctrl.form"> 

plunker: http://plnkr.co/edit/jMTP57413JZPFmsVJlZu?p=preview

ckosloski commented 8 years ago

This change appears ok and ready to merge.