Angularjs filter for Local (Hindu Arabic) Number system
Install using bower: bower install mjt-local-number
Alternatively download the code and include the mjt-local-number.js file in your page.
Add the 'mjtLocalNum' filter as a dependency of your AngularJS application:
angular.module('myApp', ['mjtLocalNum']);
{{ 1005897987 | localnum }}
{{num | localnum}}