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

Commit

Permalink
docs($compile): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simpulton authored and IgorMinar committed Apr 12, 2012
1 parent 0c49bbd commit c4f6ccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Compilation of HTML happens in three phases:
collection of all of the linking functions returned from the individual directive compile
functions.

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.
This in turn will call the linking function of the individual directives allowing them to
register any listeners on the elements and set up any {@link
angular.module.ng.$rootScope.Scope#$watch watches} with the {@link
Expand Down

0 comments on commit c4f6ccb

Please sign in to comment.