Skip to content

Commit 0791676

Browse files
committed
Merge pull request angular-ui#240 from jimmywarting/patch-1
update view aswell
2 parents 98ab013 + e7b7fdf commit 0791676

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
@@ -694,7 +694,7 @@
694694
e.preventDefault();
695695
e.stopPropagation();
696696
$select.select(undefined);
697-
scope.$digest();
697+
scope.$apply();
698698
return;
699699
}
700700

0 commit comments

Comments
 (0)