We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using the I get the $validator.validate method following error
TypeError: Cannot read property '$$hashKey' of undefined at angular.module.directive.link.isAcceptTheBroadcast (http://localhost:9000/bower_components/angular-validator/dist/angular-validator.js:219:86) at http://localhost:9000/bower_components/angular-validator/dist/angular-validator.js:225:18 at Scope.$get.Scope.$broadcast (http://localhost:9000/bower_components/angular/angular.js:12887:28) at Object.validate (http://localhost:9000/bower_components/angular-validator/dist/angular-validator.js:550:15) at Scope.$scope.submitTierRequest (http://localhost:9000/module/member/wizard/contract-confirmation-controller.js:74:24) at Parser.functionCall (http://localhost:9000/bower_components/angular/angular.js:10773:21) at http://localhost:9000/bower_components/angular/angular.js:18981:17 at Scope.$get.Scope.$eval (http://localhost:9000/bower_components/angular/angular.js:12608:28) at Scope.$get.Scope.$apply (http://localhost:9000/bower_components/angular/angular.js:12706:23) at Scope.ng.config.$provide.decorator.$delegate.proto.$apply (:855:30)
when debugging the code I notice the scode variable does not have the object I am using for the fields.
The text was updated successfully, but these errors were encountered:
please list down your code otherwise nobody can help you
code
Sorry, something went wrong.
No branches or pull requests
when using the I get the $validator.validate method following error
TypeError: Cannot read property '$$hashKey' of undefined
at angular.module.directive.link.isAcceptTheBroadcast (http://localhost:9000/bower_components/angular-validator/dist/angular-validator.js:219:86)
at http://localhost:9000/bower_components/angular-validator/dist/angular-validator.js:225:18
at Scope.$get.Scope.$broadcast (http://localhost:9000/bower_components/angular/angular.js:12887:28)
at Object.validate (http://localhost:9000/bower_components/angular-validator/dist/angular-validator.js:550:15)
at Scope.$scope.submitTierRequest (http://localhost:9000/module/member/wizard/contract-confirmation-controller.js:74:24)
at Parser.functionCall (http://localhost:9000/bower_components/angular/angular.js:10773:21)
at http://localhost:9000/bower_components/angular/angular.js:18981:17
at Scope.$get.Scope.$eval (http://localhost:9000/bower_components/angular/angular.js:12608:28)
at Scope.$get.Scope.$apply (http://localhost:9000/bower_components/angular/angular.js:12706:23)
at Scope.ng.config.$provide.decorator.$delegate.proto.$apply (:855:30)
when debugging the code I notice the scode variable does not have the object I am using for the fields.
The text was updated successfully, but these errors were encountered: