From 39b3297fc34b6b15bb3487f619ad1e93c4480741 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 24 Jan 2012 02:33:35 -0800 Subject: fix($parse): get rid of $unboundFn Closes #731 --- src/widget/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/input.js') diff --git a/src/widget/input.js b/src/widget/input.js index 9f522d18..05390b38 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -741,7 +741,7 @@ var inputDirective = ['$defer', '$formFactory', function($defer, $formFactory) { type = lowercase(type); TypeController = (loadFromScope - ? (assertArgFn(modelScope.$eval(loadFromScope[1]), loadFromScope[1])).$unboundFn + ? assertArgFn(modelScope.$eval(loadFromScope[1]), loadFromScope[1]) : angularInputType(type)) || noop; if (!HTML5_INPUTS_TYPES[type]) { -- cgit v1.2.3