UNPKG

passport-userapp

Version:

Password and token authentication strategy using UserApp for Passport

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