Andrej Kaurin
Results
2
comments of
Andrej Kaurin
If you want to use ngTrueValue/ngFalseValue then part ''ng-click="' + attrs.ngModel + '=!' + attrs.ngModel" is not valid as it assumes true/false. Replace this with the following code and will...
I added this code only and it works great this.$el.bind('keyup change input', function () { that.$main.css({'height': that.$el.outerHeight(true)}); that.$container.css({'height': that.$el.height()}); }) It will track any change in textarea. and adjust container...