Closed bettysteger closed 10 years ago
I know what the problem is, somehow in chrome the first contenteditable element gets focused automatically!
or do you set the focus?
FYI I installed it per bower and use version 0.3.6
got an solution, had to change line 67 from
sel.addRange(range)
to
if(!$scope.$$phase) { sel.addRange(range) }
presumably fixed by 9a1471d23c726cf043727a8774e3094714193df2
I'm using ng-focus on my element:
Don't know why but I'm getting an error:
Error: [$rootScope:inprog] $digest already in progress