diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-24 17:08:38 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-24 17:08:38 +0000 |
commit | b4823b5e165ced5c12a1e2baa2f894eece5eb33c (patch) | |
tree | b40d012af50c0230e16194491a67c37c60bab64d /redirector.html | |
parent | 3adcb7ae1654928a8a86de4cf329dcd912bcbb33 (diff) |
3.0.3, create exampleResult during import, fix missing exclude pattern
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.html b/redirector.html index eb67002..8483a02 100644 --- a/redirector.html +++ b/redirector.html @@ -143,7 +143,7 @@ <label>to:</label><p>{{r.redirectUrl}}</p> </div> <div ng-show="r.excludePattern"> - <label>excluding:</label><p>asdfasdf</p> + <label>excluding:</label><p>{{r.excludePattern}}</p> </div> <div> <label>Example:</label> <p><span class="error" ng-show="r.error">{{r.error}}</span><span ng-show="r.exampleResult">{{r.exampleUrl}} <span class="arrow">→</span> {{r.exampleResult}}</span></p> |