commit | 2de11f806f6c4d617c9a95c4627cd8683e980613 | [log] [tgz] |
---|---|---|
author | Max Chu <maxmchu@gmail.com> | Wed Sep 06 08:49:21 2017 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Tue Oct 03 10:48:39 2017 -0700 |
tree | 22e02582fc0e4f1eaaeae561f2c41ff2697608cc | |
parent | 420e4b40d42b1740923725f88ae141bd70b69b54 [diff] [blame] |
vnaas cleanup Change-Id: Id5db389e12b0ca42d6a1d9ecec4bb2854fa4d65c (cherry picked from commit dd0b2e1e01f3a022d16056676651024b7ed901d6)
diff --git a/xos/gui/src/routes.ts b/xos/gui/src/routes.ts index eb1f5ad..b36dad1 100755 --- a/xos/gui/src/routes.ts +++ b/xos/gui/src/routes.ts
@@ -25,6 +25,6 @@ .state('xos.vnaasgui', { url: 'vnaasgui', parent: 'xos', - component: 'engMap' + component: 'vnaasMap' }); }