TitanNanoDE / af-DataBinding

HTML data binding library
Apache License 2.0
1 stars 0 forks source link

Style binding has to trigger scope update #20

Closed TitanNano closed 6 years ago

TitanNano commented 6 years ago

Currently the style binding doesn't trigger a scope update and just assigns the style and layout values to the scope. This causes the view to be inaccurate since no re render happens after the new values are available.