(If I copy and paste directly from Chrome, I even got:
<div data-bind="attr: { " data-something':="" somevalue="" }'=""></div>,
but I suspect this to be a Chrome issue.)
FYI: I am doing this from a Ruby (1.9.3) on Rail (3.2.2) project, using
haml_assets (0.1.0).
Kind regards,
Bert Bruynooghe.
On Mon, Mar 26, 2012 at 9:36 AM, bert bruynooghe
<bert.br...@gmail.com> wrote:
> Soory, I forgot the semicolumn in the example I posted. Anyway, I got the
> same result, it still produces:
>
> <div data-bind="attr: { " data-something': somevalue }'></div>
>
> (If I copy and paste directly from Chrome, I even got:
> <div data-bind="attr: { " data-something':="" somevalue="" }'=""></div>,
> but I suspect this to be a Chrome issue.)
>
> FYI: I am doing this from a Ruby (1.9.3) on Rail (3.2.2) project, using
> haml_assets (0.1.0).
>
> Kind regards,
> Bert Bruynooghe.
>