angular-cn/packages/upgrade/test
Georgios Kalpakas d1fb066d07 fix(upgrade): use correct attribute name for upgraded component's bindings (#16128)
Previously, when using a different property/attribute name for an upgraded
component's binding (e.g. `bindings: {propName: '<attrName'}`), the property and
attribute names were swapped (e.g. using `attrName` as the property name and
`propName` as the attribute name). This resulted in unexpected behavior.

This commit fixes this using the correct names for properties and attributes.

This only affects `upgrade/dynamic`. `upgrade/static` works correctly already.

Fixes #8856

PR Close #16128
2017-04-24 12:14:03 -05:00
..
common fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
dynamic fix(upgrade): use correct attribute name for upgraded component's bindings (#16128) 2017-04-24 12:14:03 -05:00
static fix(upgrade): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00