Documented xosForm
diff --git a/views/ngXosViews/sampleView/src/templates/users-list.tpl.html b/views/ngXosViews/sampleView/src/templates/users-list.tpl.html
index 8858819..4c2554c 100644
--- a/views/ngXosViews/sampleView/src/templates/users-list.tpl.html
+++ b/views/ngXosViews/sampleView/src/templates/users-list.tpl.html
@@ -18,7 +18,7 @@
 
 <div class="row">
   <div class="col-xs-12">
-    <xos-table config="vm.tableConfig" data="vm.users"></xos-table>
-    <!-- <xos-smart-table config="vm.smartTableConfig"></xos-smart-table> -->
+    <!-- <xos-table config="vm.tableConfig" data="vm.users"></xos-table> -->
+    <xos-smart-table config="vm.smartTableConfig"></xos-smart-table>
   </div>
 </div>
\ No newline at end of file