attr-plugin
Lego plugin to bind a node attribute with a store attribute
Installation
with component:
$ component install bredele/attr-brick
with nodejs:
$ component install attr-brick
Usage
First, add the plugin to your view (see lego to know more about views):
view;
Basic
The plugin will look if it finds the property github
and listen for changes.
view;
will display:
see live example
Alternative
lego allows variable substitutions
License
MIT