Hi,
There is one scenario where am accessing a ngModel value inside a form directive but the parent scope is not getting inside this form directive. How can i access the parent scope inside this form. The code look like below,
<html>
<form>
</form>
<form sf-schema="schema" sf-form="form"> {{$scope.customVal}}</form>
</html>
In the above code sf-schema is an directive used for dynamic form building, $scope,customVal which is defined inside parent scope. While am trying to print the value of parent scope inside form directive its not getting accessed. So what is the reason behind this issue. Could anyone help me to sort out this issue.
Regards,
Akshath