We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6281377 commit 9402052Copy full SHA for 9402052
src/ng-server-validate.js
@@ -44,7 +44,7 @@
44
link: function ($scope, $element, attrs, form) {
45
var config = ngServerValidateConfig.config;
46
try {
47
- angular.extend(config, $scope.$eval(attrs.config));
+ angular.extend(config, $scope.$eval(attrs.ngServerValidate));
48
} catch (e) {}
49
50
angular.forEach(form, function (ngModel) {
0 commit comments