I have found
ng-if
, ng-repeat
and ng-controller
all introduce AngularJS scope (one with $parent
method, id etc).
I am still unclear on directives like form
and ng-model
.
What are all the built-in angularJS directives that introduce scope?
Image attached showing form scope.