We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4285c commit ac40b5eCopy full SHA for ac40b5e
app/js/filters.js
@@ -6,5 +6,5 @@ angular.module('myApp.filters', []).
6
filter('interpolate', ['version', function(version) {
7
return function(text) {
8
return String(text).replace(/\%VERSION\%/mg, version);
9
- }
+ };
10
}]);
0 commit comments