We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c49bbd commit c4f6ccbCopy full SHA for c4f6ccb
docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc
@@ -84,7 +84,7 @@ Compilation of HTML happens in three phases:
84
collection of all of the linking functions returned from the individual directive compile
85
functions.
86
87
- 3. Link the template with scope by calling the liking function returned from the previous step.
+ 3. Link the template with scope by calling the linking function returned from the previous step.
88
This in turn will call the linking function of the individual directives allowing them to
89
register any listeners on the elements and set up any {@link
90
angular.module.ng.$rootScope.Scope#$watch watches} with the {@link
0 commit comments