DB Connected Service - Javascript Error

Trying to create a new Service of type DB Connected. The tables of the database never shown.
The browser reports this javascript error:

[Error] Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use ‘track by’ expression to specify unique keys. Repeater: table in vm.tables, Duplicate key: string:<, Duplicate value: “<”
errors.angularjs.org/1.2.32/ngRepeat/dupes?p0=table%20in%20vm.tables&p1=string%3A<&p2="<"
localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:3:22734
localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:6:31808
d@localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:5:14850
$digest@localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:5:15551
$apply@localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:5:17080
i@ocalhost:8080/api-tools-ui/9e2f6fa1.vendor.js:4:27275
r@localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:4:29686
localhost:8080/api-tools-ui/9e2f6fa1.vendor.js:4:30262
(ανώνυμη λειτουργία) (9e2f6fa1.vendor.js:4:24807)
$digest (9e2f6fa1.vendor.js:5:15718)
$apply (9e2f6fa1.vendor.js:5:17081)
i (9e2f6fa1.vendor.js:4:27276)
r (9e2f6fa1.vendor.js:4:29687)
(ανώνυμη λειτουργία) (9e2f6fa1.vendor.js:4:30263)

I have the same problem and I have stucked with it for 3 days. Have you found the solution, Mr. @dvossos? If you have, please contact me through this post. I really appreciate for your help.