Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit ce127e9

Browse files
author
James Kleeh
committed
Update angular-confirm.js
1 parent 7c10772 commit ce127e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ angular.module('angular-confirm', ['ui.bootstrap'])
6161
reBind(bindConfirm);
6262
} else {
6363
reBind(function() {
64-
if (scope.$$phase || scope.$root.$$phase) {
64+
if (scope.$$phase || scope.$root.$$phase) {
6565
scope.ngClick();
6666
} else {
6767
scope.$apply(scope.ngClick);

0 commit comments

Comments
 (0)