0

I was reading about the isolated scopes in AngularJs. I was wondering that are there any built-in directives in AngularJs that uses isolated scope. Could you please provide some useful link or mention some names if anyone came across such question?

Thanks in advance

3
  • You could probably search the AngularJS codebase for "scope: {" or something similar Commented Oct 22, 2018 at 17:54
  • 1
    The core AngularJS directives use either no scope or inherited scope. None of them use isolate scope. For the list of directives that use inherited scope, see What are the nuances of scope prototypal / prototypical inheritance in AngularJS?. Commented Oct 22, 2018 at 18:44
  • Thanks @georgeawg . Perfect link to answer the question. Commented Oct 23, 2018 at 9:11

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.