Skip to content

Commit

Permalink
Merge 4af54b4 into 4b33fd3
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcanet committed Jul 20, 2020
2 parents 4b33fd3 + 4af54b4 commit 45bed08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions data-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ export default class DataController {
} else {
element.insertAdjacentHTML('beforeEnd', map.template.replace(/{{\s*value\s*}}/g, value))
}

element.dispatchEvent(new CustomEvent('elementRendered'))
}

if (!map.template && !map.attributes) {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@
"lcov",
"text"
]
},
"standard": {
"parser": "babel-eslint"
}
}

0 comments on commit 45bed08

Please sign in to comment.