Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
c8f8ab0e
Commit
c8f8ab0e
authored
Feb 22, 2019
by
Ken you
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix vat language---Ken
parent
0ed8adc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
module-part1.js
atms-web/src/main/webapp/Scripts/module-part1.js
+17
-15
No files found.
atms-web/src/main/webapp/Scripts/module-part1.js
View file @
c8f8ab0e
...
...
@@ -220,25 +220,27 @@ var frameworkModule = angular.module('app.framework', ['app.webservices', 'app.c
template
:
'<app-push-notification></app-push-notification>'
,
}
},
resolve
:
scriptDependencyProvider
.
createDependenciesMap
(
scriptDependencyProvider
.
vat
),
deepStateRedirect
:
true
,
sticky
:
true
});
$stateProvider
.
state
({
name
:
'overviewVat'
,
url
:
'/overview/vat'
,
views
:
{
'@'
:
{
controller
:
[
'$scope'
,
'$stateParams'
,
'appTranslation'
,
function
(
$scope
,
$stateParams
,
appTranslation
)
{
appTranslation
.
load
([
appTranslation
.
appPart
]);
}],
template
:
'<app-overview servicetypeid="2"></app-overview>'
,
}
},
deepStateRedirect
:
true
,
sticky
:
true
});
$stateProvider
.
state
({
name
:
'overviewVat'
,
url
:
'/overview/vat'
,
views
:
{
'@'
:
{
controller
:
[
'$scope'
,
'$stateParams'
,
'appTranslation'
,
function
(
$scope
,
$stateParams
,
appTranslation
)
{
appTranslation
.
load
([
appTranslation
.
vat
,
appTranslation
.
appPart
]);
}],
template
:
'<app-overview servicetypeid="2"></app-overview>'
}
},
resolve
:
scriptDependencyProvider
.
createDependenciesMap
(
scriptDependencyProvider
.
vat
),
deepStateRedirect
:
true
,
sticky
:
true
});
$stateProvider
.
state
({
name
:
'listApproval'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment