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 Apr 12, 2024. It is now read-only.
[x ] other (Please do not submit support requests here (see above))
Current behavior:
the isolate form validate doesn't perform correctly. It throws ctrlCopy.$setValidity is not a function error. I following the issue #5858 but the solution provided is no longer supporting the new version of angularjs.
Expected / new behavior:
I want the isolate form do its own validation without propagates any changes to the parent form and vice versa
Minimal reproduction of the problem with instructions: http://jsfiddle.net/j3u1xed2/
Open developer tool on Chrome, you will see the error message in console. AngularJS version: 1.6.4
Browser: [Chrome Version 61.0.3163.100]
Anything else:
The text was updated successfully, but these errors were encountered:
The example/workaround stopped working, because some of the methods it relied on were moved to the prototype of the NgModuleController, instead of the NgModelController instance itself. This is a documented breaking change.
Please note that we cannot guarantee that community-provided workarounds and custom solutions will continue to work (especially between breaking releases), so use them at your own risk and always try to understand how/why they work.
I'm submitting a ...
Current behavior:
the isolate form validate doesn't perform correctly. It throws ctrlCopy.$setValidity is not a function error. I following the issue #5858 but the solution provided is no longer supporting the new version of angularjs.
Expected / new behavior:
I want the isolate form do its own validation without propagates any changes to the parent form and vice versa
Minimal reproduction of the problem with instructions:
http://jsfiddle.net/j3u1xed2/
Open developer tool on Chrome, you will see the error message in console.
AngularJS version: 1.6.4
Browser: [Chrome Version 61.0.3163.100]
Anything else:
The text was updated successfully, but these errors were encountered: