fix js error in umbblockedfield

This commit is contained in:
Mads Rasmussen
2015-08-27 14:57:42 +02:00
parent 7ab11966b1
commit 77247d09bc

View File

@@ -37,7 +37,7 @@
// timeout to make sure dom has updated from a disabled field
$timeout(function() {
var input = element.children('.umb-locked-field__input');
var input = el.children('.umb-locked-field__input');
input.focus();
});