Skip to content
Permalink
Browse files Browse the repository at this point in the history
escape ngTranslate parameters
  • Loading branch information
jendib committed Nov 16, 2021
1 parent d98c1bd commit 4951229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-web/src/main/webapp/src/app/docs/app.js
Expand Up @@ -424,7 +424,7 @@ angular.module('docs',

// Configuring Angular Translate
$translateProvider
.useSanitizeValueStrategy(null)
.useSanitizeValueStrategy('escapeParameters')
.useStaticFilesLoader({
prefix: 'locale/',
suffix: '.json?@build.date@'
Expand Down
2 changes: 1 addition & 1 deletion docs-web/src/main/webapp/src/app/share/app.js
Expand Up @@ -56,7 +56,7 @@ angular.module('share',

// Configuring Angular Translate
$translateProvider
.useSanitizeValueStrategy(null)
.useSanitizeValueStrategy('escapeParameters')
.useStaticFilesLoader({
prefix: 'locale/',
suffix: '.json?@build.date@'
Expand Down

0 comments on commit 4951229

Please sign in to comment.