Skip to content

Commit 2fa35fe

Browse files
author
Kamber Peka
committed
fix(ngFormio)
- fix formio calendar widget translation issue in crs and zh-CN
1 parent 39c1470 commit 2fa35fe

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

dist/formio.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-formio.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-formio.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-formio.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-formio.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/providers/Formio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ app.config(['$httpProvider', '$injector', function ($httpProvider, $injector) {
2727
$httpProvider.interceptors.push('formioInterceptor');
2828
}]);
2929
var _default = app.provider('Formio', function () {
30-
_formiojs.Formio.GlobalFormio.cdn['flatpickr-formio'] = "".concat(window.location.origin, "/vendors/flatpickr");
30+
_formiojs.Formio.GlobalFormio.cdn['flatpickr-formio'] = "".concat(window.location.origin, "/assets/vendors/flatpickr");
3131

3232
// Return the provider interface.
3333
return {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mykabam/ng-formio",
3-
"version": "4.17.0",
3+
"version": "4.17.1",
44
"description": "The form redering engine behind Form.IO.",
55
"main": "dist/ng-formio.js",
66
"scripts": {

src/providers/Formio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ app.config([
3131

3232
export default app.provider('Formio', function () {
3333

34-
Formio.GlobalFormio.cdn['flatpickr-formio'] = `${window.location.origin}/vendors/flatpickr`;
34+
Formio.GlobalFormio.cdn['flatpickr-formio'] = `${window.location.origin}/assets/vendors/flatpickr`;
3535

3636
// Return the provider interface.
3737
return {

0 commit comments

Comments
 (0)