fix issue with focus on locked field not being focused after child element has been added

This commit is contained in:
Mads Rasmussen
2015-10-28 09:25:01 +01:00
parent c3441d54bf
commit 56e6eee852

View File

@@ -13,7 +13,7 @@
function link(scope, el, attr, ngModel) {
var input = el.children('.umb-locked-field__input');
var input = el.find('.umb-locked-field__input');
function activate() {