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 has been archived by the owner on Jan 24, 2019. It is now read-only.
For asynchronous validation, the expression bassed to ui-validate is supposed to return a promise. The ui.validate module uses scope.$eval to evaluate expressions. Unfortunately, since this commit: angular/angular.js@3a65822
Angular no longer allows promises to be returned from $eval.
For asynchronous validation, the expression bassed to ui-validate is supposed to return a promise. The ui.validate module uses scope.$eval to evaluate expressions. Unfortunately, since this commit:
angular/angular.js@3a65822
Angular no longer allows promises to be returned from $eval.
Also discussed here:
angular-ui/angular-ui-OLDREPO#257
Also, ui-tools are missing a test case for asynchronous validation.
The text was updated successfully, but these errors were encountered: