We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c1886 commit 7bf32ccCopy full SHA for 7bf32cc
docs/content/guide/directive.ngdoc
@@ -206,7 +206,7 @@ In this example we will build a directive that displays the current time.
206
}
207
208
// listen on DOM destroy (removal) event, and cancel the next UI update
209
- // to prevent updating time ofter the DOM element was removed.
+ // to prevent updating time after the DOM element was removed.
210
element.bind('$destroy', function() {
211
$timeout.cancel(timeoutId);
212
});
0 commit comments