smart-area
smart-area copied to clipboard
ng-hide does not hide textarea / control
Does anyone got any solution ?
I ran into this same issue, I had a quick look at the code and the directive is replacing the original element and I'm assuming this has something to do with it. As a quick work around I just wrapped the textarea in
and added the ng-show/ng-hide on here instead this seems to work.