angular-xeditable
angular-xeditable copied to clipboard
ngModel Controller
I think my biggest concern with this library is it's lack of integration with angular controllers.
When an editable-{{ type }} directive is specified it doesn't (at least internally) use the ng-model controller - this has some pretty ugly side effects when trying to transclude ng-pattern, ng-required, and any custom directives that use ng-model
Has anyone been able to get a workaround for this? Or maybe identified the different roadblocks that the library may have moving to a better integrated directive(s)?
+ 1
Pull request are welcome :)