GUI -- Created the RestService in the Remote module.
- implemented get() function (with unit tests).

Change-Id: I65edb5422ed3719d8bdc262e398673e0a1db3f0b
diff --git a/web/gui/src/main/webapp/tests/karma.conf.js b/web/gui/src/main/webapp/tests/karma.conf.js
index 6f0628f..a08167a 100644
--- a/web/gui/src/main/webapp/tests/karma.conf.js
+++ b/web/gui/src/main/webapp/tests/karma.conf.js
@@ -29,6 +29,7 @@
         '../app/directives.js',
         '../app/fw/util/util.js',
         '../app/fw/svg/svg.js',
+        '../app/fw/remote/remote.js',
         // now load services etc. that augment the modules
         '../app/**/*.js',