docs($compile): fixed typo

This commit is contained in:
simpulton 2012-04-11 21:12:29 -07:00 committed by Igor Minar
parent 0c49bbdc38
commit c4f6ccb065

View file

@ -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