Started smart table component
diff --git a/views/ngXosLib/xosHelpers/src/ui_components/smartComponents/smartTable/smartTable.component.js b/views/ngXosLib/xosHelpers/src/ui_components/smartComponents/smartTable/smartTable.component.js
index 3feeb4a..b8b5915 100644
--- a/views/ngXosLib/xosHelpers/src/ui_components/smartComponents/smartTable/smartTable.component.js
+++ b/views/ngXosLib/xosHelpers/src/ui_components/smartComponents/smartTable/smartTable.component.js
@@ -57,9 +57,11 @@
 
         let Resource = $injector.get(this.config.resource);
 
+        console.log('query', Resource.query.toString(), Resource.test(`I'm Alive!`));
+
         Resource.query().$promise
         .then((res) => {
-
+          console.log('Data!!');
           let props = Object.keys(res[0]);
 
           _.remove(props, p => {