diff options
| author | johnlindquist | 2012-04-17 15:35:00 -0600 | 
|---|---|---|
| committer | Igor Minar | 2012-04-20 10:43:58 -0700 | 
| commit | 0bd0ef7813ec2765eaf02f888f2f57a32292f406 (patch) | |
| tree | c4ef38520b744d6e0a200e0b2528dd2e920fa4f0 /src | |
| parent | 0c7252f929c7b7d0c718c4683a712331c6b95776 (diff) | |
| download | angular.js-0bd0ef7813ec2765eaf02f888f2f57a32292f406.tar.bz2 | |
docs($compile) "updateh"->"updated"
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/compiler.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
