From 0bd0ef7813ec2765eaf02f888f2f57a32292f406 Mon Sep 17 00:00:00 2001 From: johnlindquist Date: Tue, 17 Apr 2012 15:35:00 -0600 Subject: docs($compile) "updateh"->"updated" --- src/ng/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/compiler.js b/src/ng/compiler.js index e4491723..2ae2f891 100644 --- a/src/ng/compiler.js +++ b/src/ng/compiler.js @@ -90,7 +90,7 @@ * Calling the linking function returns the element of the template. It is either the original element * passed in, or the clone of the element if the `cloneAttachFn` is provided. * - * After linking the view is not updateh until after a call to $digest which typically is done by + * After linking the view is not updated until after a call to $digest which typically is done by * Angular automatically. * * If you need access to the bound view, there are two ways to do it: -- cgit v1.2.3