UNPKG

knowhow-server

Version:

A personal workflow engine that can manage and use any network connected host

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