commit | 2b16ea1c3375697978339745ab7d1ced73cbd154 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jul 13 11:50:59 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jul 13 11:58:07 2017 -0700 |
tree | 1a3b985d7ec458ad65b8ea77161a939c64df50bf | |
parent | 28171f965506e945443047f7408e13c809dfe9e1 [diff] [blame] |
[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)