From 1d7b9d5626d10c1a866e1842fbd6da2014424331 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 13 Jan 2011 10:50:33 -0800 Subject: support compilation in HTML widgets --- src/widgets.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/widgets.js b/src/widgets.js index e7f78971..0bdc1094 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -509,6 +509,7 @@ function inputWidget(events, modelAccessor, viewAccessor, initFn, textBox) { function inputWidgetSelector(element){ this.directives(true); + this.descend(true); return INPUT_TYPE[lowercase(element[0].type)] || noop; } -- cgit v1.2.3