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)
扔个三星炸死你2017-06-12 09:25:54
You can set ng-trim="false" for the input so that the watch value will not call the trim method.