I want to find a consistent way to custom prettify some input values after user input. (The underlying model has to change together with the value.)
What is the best practice in Angularjs? $watch
, ng-change
, doing a prettified="myFormatterFunction"
directive or sth else?