We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Understanding Scopes (markdown)
changing childScope.anArray[1] to be a number instead of a string so that if all changes are made childScope.anArray[1] === 22 still returns true
transclusion scope dont prototypically inherits from its parent scope
Updated final images to reflect inheritance from Scope object, not Object
Inserted two commas where they were needed. Inserted "the" in front of "parent scope" 3 times to be more consistent with the rest of the document.
Fixing incorrect edit in 1st paragraph -- scope:true uses prototypical inheritance, not scope:false
Match style of other scope: statements.
Correcting directive scope true, false, { ... } definition in 1st paragraph.
Hi, my name is Adam. I'm a beginner (student at Fullstack Academy). I've never contributed to docs before and I assumed someone would review it before it went live. Anyway, I think my explanation is very useful for beginners, but definitely needs to be spruced up by an expert. My email is azerner3@gmail.com. I don't know how else to collaborate.
Typo in prototypically
Rewriting the latter part of the intro paragraph to be easier to understand.
Fix hash links
put my note inside the brackets
added a note about 'scope:false' by default in directives. i.e. prototypically inheritance is turned off by default in directives. (grammar fixes bight be needed)
Easier to follow with the pics with working script examples
Fix "ng-include object" picture
Provided a simple example illustrating the problem for people new to this.
typo affect/effect
Updated The Nuances of Scope Prototypal Inheritance (markdown)