We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19a765 commit 193d1e8Copy full SHA for 193d1e8
addon/-private/dynamic-attribute-bindings.js
@@ -8,6 +8,7 @@ export default Mixin.create({
8
this._super(...arguments);
9
10
let newAttributeBindings = [];
11
+ // eslint-disable-next-line ember/no-attrs-in-components
12
for (let key in this.attrs) {
13
if (this.NON_ATTRIBUTE_BOUND_PROPS.indexOf(key) === -1 && this.attributeBindings.indexOf(key) === -1) {
14
newAttributeBindings.push(key);
0 commit comments