commit | 21540aa24167bafb31b16b611e38be7a012690e9 | [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 | c950653779796779d04ad3a68a66ada0ce56aabe | |
parent | 717352a0dd805a7023014b8cb158bbc3dc48ca39 [diff] [blame] |
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