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
{{ message }}
This repository was archived by the owner on May 28, 2019. It is now read-only.
Removing the $apply fixes part of this but then 'should handle unusual model values' tests fail. Any ideas on what can help resolve the apply problem and how best to correct the tests?
The text was updated successfully, but these errors were encountered:
@wbeange good find! perhaps it is related to angular/angular.js#8762, after doing the same there is just one test failing "uiDateFormat $formatting should handle unusual model" values.
I wonder if there is some other reason for the blur and what test there should be to test it.
@wbeange, thanks for digging out that blur I've removed it in #99 and fixed one more thing to resolve the "$formatting should handle unusual model" test case and at least it seems to pass all of the tests using angular 1.2.5 and 1.3.0.
Angular 1.3rc2 fails with $apply already in progress error.
Removing the $apply fixes part of this but then 'should handle unusual model values' tests fail. Any ideas on what can help resolve the apply problem and how best to correct the tests?
The text was updated successfully, but these errors were encountered: