Skip to content

Commit 53abd3f

Browse files
Srinivas Kusunampkozlowski-opensource
Srinivas Kusunam
authored andcommitted
docs(directive): fix typo
1 parent 06ada22 commit 53abd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ In this example we will build a directive that displays the current time.
231231
}
232232

233233
// listen on DOM destroy (removal) event, and cancel the next UI update
234-
// to prevent updating time ofter the DOM element was removed.
234+
// to prevent updating time after the DOM element was removed.
235235
element.bind('$destroy', function() {
236236
$timeout.cancel(timeoutId);
237237
});

0 commit comments

Comments
 (0)