X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=afb-client%2Fapp%2FFrontend%2Fapp.js;h=e11c266bf9eb40ed867e5bfe0b4e0adfdbea04ec;hb=95a5e12dca0e0e0eb93b3dad69e529d737840d38;hp=6772243b9d6921398af15ef953150f3789701a96;hpb=f921693a645619a4b9cec63c0b65825b85b351ce;p=src%2Fapp-framework-demo.git diff --git a/afb-client/app/Frontend/app.js b/afb-client/app/Frontend/app.js index 6772243..e11c266 100644 --- a/afb-client/app/Frontend/app.js +++ b/afb-client/app/Frontend/app.js @@ -24,10 +24,9 @@ 'ui-notification', // Application Components - 'ConfigApp', + 'AppConfig', 'JQueryEmu', - 'HomeModule', - 'SampleModule', + 'SampleHomeModule', 'UploadFiles', 'LinkButton', 'TokenRefresh', @@ -41,8 +40,8 @@ config.$inject = ['$urlRouterProvider', '$locationProvider']; - function config($urlProvider, $locationProvider, ConfigApp) { - $urlProvider.otherwise('/home'); + function config($urlProvider, $locationProvider, AppConfig) { + $urlProvider.otherwise('/sample-home'); // https://docs.angularjs.org/error/$location/nobase $locationProvider.html5Mode(true).hashPrefix('!');