ng-replace
v0.0.2
Published
This library provides an angular pipe to replace characters within template-code
Readme
NgReplace
This library provides an angular pipe to replace characters within template-code
Usage example
<span>
{{ someValue | replace : ',' : '.' }}
</span>