peng-at-gruden

Results 1 comments of peng-at-gruden

@vlasenko I was running into the same issue. Changing the xtForm.js line 58 do the trick for me: scope.$apply() => scope.$evalAsync() $evalAsync takes a function and schedules it to run...