diff service/arduinoNode/static/output-widgets.html @ 173:0daa8cbbd8f6

handle compact/full uris better, but still not always right Ignore-this: 10d98f16a659f899528eb86411473b18
author drewp@bigasterisk.com
date Fri, 17 Apr 2015 02:00:15 -0700
parents 4d2df276baae
children fc5fdcc3ed4a
line wrap: on
line diff
--- a/service/arduinoNode/static/output-widgets.html	Fri Apr 17 01:03:52 2015 -0700
+++ b/service/arduinoNode/static/output-widgets.html	Fri Apr 17 02:00:15 2015 -0700
@@ -3,7 +3,7 @@
 <polymer-element name="output-widget" attributes="subj pred">
   <template>
     <core-ajax id="output" url="../output" method="POST"></core-ajax>
-    Set this device's {{pred}} to
+    Set this device's {{pred | compactUri}} to
   </template>
   <script>
    function ntriple(s, p, o) {