AngularJS app:
The ng-model directives associate input fields with controller properties. In my application, inputs with spaces are ignored, for example:, the " A"resulting output "A".
Is there any way to include these spaces?

Twisted here
thank
source
share