Commit c8f8ab0e authored by Ken you's avatar Ken you

fix vat language---Ken

parent 0ed8adc2
...@@ -220,6 +220,7 @@ var frameworkModule = angular.module('app.framework', ['app.webservices', 'app.c ...@@ -220,6 +220,7 @@ var frameworkModule = angular.module('app.framework', ['app.webservices', 'app.c
template: '<app-push-notification></app-push-notification>', template: '<app-push-notification></app-push-notification>',
} }
}, },
resolve: scriptDependencyProvider.createDependenciesMap(scriptDependencyProvider.vat),
deepStateRedirect: true, deepStateRedirect: true,
sticky: true sticky: true
}); });
...@@ -231,11 +232,12 @@ var frameworkModule = angular.module('app.framework', ['app.webservices', 'app.c ...@@ -231,11 +232,12 @@ var frameworkModule = angular.module('app.framework', ['app.webservices', 'app.c
'@': { '@': {
controller: ['$scope', '$stateParams', 'appTranslation', controller: ['$scope', '$stateParams', 'appTranslation',
function ($scope, $stateParams, appTranslation) { function ($scope, $stateParams, appTranslation) {
appTranslation.load([appTranslation.appPart]); appTranslation.load([appTranslation.vat,appTranslation.appPart]);
}], }],
template: '<app-overview servicetypeid="2"></app-overview>', template: '<app-overview servicetypeid="2"></app-overview>'
} }
}, },
resolve: scriptDependencyProvider.createDependenciesMap(scriptDependencyProvider.vat),
deepStateRedirect: true, deepStateRedirect: true,
sticky: true sticky: true
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment