Skip to content
Prev Previous commit
Next Next commit
refactor: remove deprecated API usage (#1874)
  • Loading branch information
Alexander Vakrilov authored Jun 26, 2019
commit ab740cd72b38b0686ceb0480e9b6d4d6ec0158b0
2 changes: 1 addition & 1 deletion nativescript-angular/view-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export class ViewUtil {
}

if (XML_ATTRIBUTES.indexOf(attributeName) !== -1) {
view._applyXmlAttribute(attributeName, value);
view[attributeName] = value;
return;
}

Expand Down