I am using the angular directive: http://vitalets.github.io/angular-xeditable/
And I am trying to get the form displayed as a disabled form, I mean, with all the element disabled (disabled html attribute).
I saw that there is a flag of the form, $waiting
set by $setWaiting()
, that behaves like that, but there aren't a way to invoke this status as the $show()
.
There is a way to access to that method from my controller? or in the other hand, how i can extend the directive to make this method public.
Thanks!