trotyl / ng-vdom

(Developer Preview) A virtual-DOM extension for Angular, also work as React bridge.
259 stars 12 forks source link

Bug: patch style rather than replacing #52

Closed trotyl closed 5 years ago

trotyl commented 5 years ago

Current

The entire style property are reassigned on DOM element when patching.

Expected

Only apply changed style.

trotyl commented 5 years ago

Closed by #72