commit | d5efedfdc1a5c7a8acd631c10b061512ecf611e0 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Tue Apr 26 08:42:51 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Tue Apr 26 08:42:51 2016 -0700 |
tree | 993e49863091f4289ae794b6c253230a38c09772 | |
parent | ead6fa50a01b277703f33003eab526a22abb1f9d [diff] [blame] |
Started smart table component
diff --git a/views/ngXosViews/sampleView/src/js/main.js b/views/ngXosViews/sampleView/src/js/main.js index d3aa494..5f7be4d 100644 --- a/views/ngXosViews/sampleView/src/js/main.js +++ b/views/ngXosViews/sampleView/src/js/main.js
@@ -59,6 +59,10 @@ } }; + this.smartTableConfig = { + resource: 'Users' + } + this.alertConfig = { type: 'danger', closeBtn: true