Package Exports
- angular-percent
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-percent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
angular-percent 
Angular filter for converting decimal proportions to percent strings
Install
$ npm install --save angular-percent
Usage
angular.module('myApp', [
require('angular-percent')
])
{{0.1 | percent}}
<!-- 10% -->
License
MIT © Ben Drucker