Angular filter for converting decimal proportions to percent strings
$ npm install --save angular-percent
angular.module('myApp', [
require('angular-percent')
]){{0.1 | percent}}
<!-- 10% -->{{0.3141579 | percent:2}}
<!-- 3.14% -->MIT © Ben Drucker