UNPKG

diff2html_compare

Version:

npm package for maintaining all the js and css styling for the diff2html_compare python script to work

11 lines (8 loc) 235 B
'use strict'; /* Filters */ angular.module('myApp.filters', []). filter('interpolate', ['version', function(version) { return function(text) { return String(text).replace(/\%VERSION\%/mg, version); } }]);