Added search form in header to navigate routes
Change-Id: I5242fcf2c287ed60293e96a0befc8eaac3a38fdd
diff --git a/src/app/core/index.ts b/src/app/core/index.ts
index a9aa9a6..e1a830e 100644
--- a/src/app/core/index.ts
+++ b/src/app/core/index.ts
@@ -17,7 +17,11 @@
export const xosCore = 'xosCore';
angular
- .module('xosCore', ['ui.router', 'toastr'])
+ .module('xosCore', [
+ 'ui.router',
+ 'toastr',
+ 'ui.bootstrap.typeahead'
+ ])
.config(routesConfig)
.provider('RuntimeStates', RuntimeStates)
.service('NavigationService', NavigationService)