Hi I have a characeter counter for a text area. My problem is that it doesn\'t count spaces or linebreaks. How do I make it so that it does so?
you can use a function with call ng-change=""
{{1500-chrLength}} Characters
and in controller.js
$scope.countLength = function(val){ $scope.chrLength = val; }