commit | 1ba8b30b1e34fb04a00da77a1f5c3e41bb709b57 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Apr 14 10:53:30 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Apr 14 10:53:30 2016 -0700 |
tree | 95782eeff7238147fec57bbd10d37574b12875f9 | |
parent | 582cc81d9d193afce6c86d5751d76cda5b5e55b1 [diff] |
Reading helpers from builded file
diff --git a/views/ngXosViews/sampleView/src/templates/users-list.tpl.html b/views/ngXosViews/sampleView/src/templates/users-list.tpl.html index 03be487..edb214a 100644 --- a/views/ngXosViews/sampleView/src/templates/users-list.tpl.html +++ b/views/ngXosViews/sampleView/src/templates/users-list.tpl.html
@@ -11,4 +11,8 @@ <div class="col-xs-4">{{user.email}}</div> <div class="col-xs-4">{{user.firstname}}</div> <div class="col-xs-4">{{user.lastname}}</div> -</div> \ No newline at end of file +</div> + +<div class="row"> + <xos-table></xos-table> +</div> \ No newline at end of file