I\'ve tried using the uppercase filter but it does not work. I\'ve tried doing it two ways:
<
You cannot make filter on ng-model since it has to be assignable. the workaround is either parser, or simply ng-change.
This should work.