0

enter image description hereI 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.

jzyamateur
  • 113
  • 9
  • *"introduce scope"* is a very vague concept. Scope is the foundation for everything that gets rendered/watched in angularjs – charlietfl Feb 09 '19 at 15:41
  • but `form` directive uses neither of the three -> 1) `scope: {...}` 2) `scope: true` 3) `transclude: true` So how does one know? @charlietfl @georgeawg – jzyamateur Feb 11 '19 at 17:01

0 Answers0