It requires a name for the form does not read from the id.
Before:
After:
That should now trigger it and the form will be available on the $scope as $scope.formName.
It requires a name for the form does not read from the id.
Before:
After:
That should now trigger it and the form will be available on the $scope as $scope.formName.
You made my day……thanks a lot for the help! I faced this issue while using the Angular Validate Library.