You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
Hello! My name is <spanstyle="color:{{nameColor}}">{{name}}</span></template>
Modified code:
<template><style>
span { color: {{person.nameColor}}; }
</style>
Hello! My name is <span>{{name}}</span></template>
The modified code works in the latest Chrome Beta – name is rendered in the specified color (orange). Firefoxes render span in the default color (black).
--Włodek
The text was updated successfully, but these errors were encountered:
wbzyl
changed the title
Problem with data binding and custom attributes in Firefox 27, 20.
Problem with data binding and custom attributes in Firefox 27, 29.
Mar 22, 2014
I modified Data binding and custom attributes example.
Original code:
Modified code:
The modified code works in the latest Chrome Beta – name is rendered in the specified color (orange). Firefoxes render span in the default color (black).
--Włodek
The text was updated successfully, but these errors were encountered: