Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Oct 17, 2017
2 parents c3ce867 + f8566e9 commit 83b1f98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/sanji-core-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sanji-core-ui",
"author": "Zack Yang <[email protected]> (https://github.com/zack9433)",
"description": "sanji-core-ui",
"version": "3.6.0",
"version": "3.6.1",
"main": "dist/sanji-core-ui.js",
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion src/component/formly.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const types = [
},
{
name: 'cloud_connection',
template: `<cloud-connect-status data="model[options.key]" event-name="{{to.event}}" key="{{options.key}}"></cloud-connect-status>`,
template: `<cloud-connect-status data="model[options.key]" event="{{to.event}}" key="{{options.key}}"></cloud-connect-status>`,
defaultOptions: {
templateOptions: {
event: nanoid(10)
Expand Down

0 comments on commit 83b1f98

Please sign in to comment.