alex.query

Results 10 comments of alex.query

A temp solution is: ` new String() ` ` test change ` based in https://github.com/google/incremental-dom/issues/239

so, I need put this here ? ``` import IncrementalDom = require('incremental-dom'); IncrementalDom.attributes.value = function (el, name, value) { el.value = value === null || typeof (value) === 'undefined' ?...

I tried these with no success too. ``` define(['exports', 'incremental-dom'], function (exports, IncrementalDOM) { IncrementalDOM.attributes.value = function (el, name, value) { el.value = value === null || typeof (value) ===...

I saw that the first time the overriding function is called still the user change input value.

It will be the guys it's incremental will fix it? I understand the issue they have delegated the correction to the other guy who has a project that also converts...

Ferrugemjs also use superviewsjs and the only way do that is by importing `` But this would be a good feature.

import first the ".html" (template incremental converted to js by superviewsjs) and the .js with the same name by convention like Aurelia. ``` ``` import styles direct from template. ```...