You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this on Chrome v58 using a snippet and the console like below, but it doesn't halt even though I know the scope contents is changing. Any ideas?
<run the snippet> -> undefined
bp = breakOn(angular.element(document.customer_form).scope().customer_form.email, '$error');
bp.enable();
<submit the form> -> continues as normal, expecting the browser to halt
The text was updated successfully, but these errors were encountered:
I'm trying to use this on Chrome v58 using a snippet and the console like below, but it doesn't halt even though I know the scope contents is changing. Any ideas?
The text was updated successfully, but these errors were encountered: