I'm working on an Arabic site and I need to support arabic locale for showing numbers. I tried using the arabic angular locale file but it does not entail changing the number from EN to AR.
For example, the number 120
in EN is ١٢٠
in AR. Is there way to get this angular? (and then do calculations).