Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c07f1e1

Browse files
smarigowdapetebacondarwin
authored andcommitted
docs(guide/concepts): controllers can also access scope
Closes #4918
1 parent fd7bca2 commit c07f1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For a more in-depth explanation, have a look at the {@link tutorial/ tutorial}.
1212
|{@link concepts#template Template} | HTML with additional markup |
1313
|{@link concepts#directive Directives} | extend HTML with custom attributes and elements |
1414
|{@link concepts#model Model} | the data that is shown to the user and with which the user interacts |
15-
|{@link concepts#scope Scope} | context where the model is stored so that directives and expressions can access it |
15+
|{@link concepts#scope Scope} | context where the model is stored so that controllers, directives and expressions can access it |
1616
|{@link concepts#expression Expressions} | access variables and functions from the scope |
1717
|{@link concepts#compiler Compiler} | parses the template and instantiates directives and expressions |
1818
|{@link concepts#filter Filter} | formats the value of an expression for display to the user |

0 commit comments

Comments
 (0)