-
Notifications
You must be signed in to change notification settings - Fork 193
Conversation
@rwjblue is going to take a quick look here, I'll followup regardless this week. |
9f2d646
to
b6abf51
Compare
As discussed between @rwjblue and @mixonic we need to change packages/htmlbars-compiler/lib/fragment-javascript-compiler.js#L64 to call |
emberjs/ember.js#10169 is due to the same underlying issue. |
I'd be happy to give this a shot, but I'm not really clear on when |
ok, this works, go ahead and add it please:
There's a bit of duplication between the |
b6abf51
to
1192464
Compare
@oneeman thanks for putting in the work for this. Should be good to go. |
<input disabled>
not setting disabled prop.
Thank you! The test failures are from before on IE, so I'll go ahead and merge. |
👍 |
Demo showing the same is parsed as
disabled: true
in normal HTML: http://jsbin.com/magegorene/1/paired with @rwjblue on this.