Skip to content
Snippets Groups Projects
Commit 1bd5c4f2 authored by jkerdreu's avatar jkerdreu
Browse files

Added missing raw_attrs tags



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2616 b32b6428-25c9-4566-ad07-03861ab6144f
parent 059c9832
Branches
No related tags found
No related merge requests found
<raw-attrs>
<div class="raw-attrs">
<div each="{ value, key in attributes }">{ key }: { value == null ? 'null' : value.toString()}</div>
</div>
<script>
this.addr = opts.xaal_addr
this.attributes = []
receive(data) {
this.attributes = data['attributes']
this.update()
}
</script>
</raw-attrs>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment