In the watch input box in angularjs, when a space is entered in the input box, the event is not triggered. Is there any solution? (angular1.x)
You can set ng-trim="false" for the input so that the watch value will not call the trim method.
You can set ng-trim="false" for the input so that the watch value will not call the trim method.