[CORD-1549] Updating GUI extension

Change-Id: Ie376fb8bd7eb321a8a2448d64e5f7e086b15328b
diff --git a/src/index.ts b/src/index.ts
index 417424f..cf6bbc4 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -12,7 +12,7 @@
 
 angular.module('xos-sample-gui-extension', [
     'ui.router',
-    'xosCore'
+    'app'
   ])
   .config(routesConfig)
   .component('demo', xosDemoComponent)