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 Nov 24, 2018. It is now read-only.
If json with validation is loaded from server you can not setup custom validation for same valdr-type.
Custom validation is deleted with validation from server.
Problem is with this:
var addConstraints = function (newConstraints) {
angular.extend(constraints, newConstraints);
};
Need to be user angular.merge();
The text was updated successfully, but these errors were encountered:
If json with validation is loaded from server you can not setup custom validation for same valdr-type.
Custom validation is deleted with validation from server.
Problem is with this:
Need to be user angular.merge();
The text was updated successfully, but these errors were encountered: