Skip to content

Commit e7b7fdf

Browse files
committed
update view aswell
the model was changed but didn't updated the rest of the html view until next next digest
1 parent 36ee169 commit e7b7fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
e.preventDefault();
681681
e.stopPropagation();
682682
$select.select(undefined);
683-
scope.$digest();
683+
scope.$apply();
684684
return;
685685
}
686686

0 commit comments

Comments
 (0)