Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 636ce70

Browse files
committed
style(forms): fix indentation in example
1 parent 5f5ee0f commit 636ce70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ The following example shows how to add two-way data-binding to contentEditable e
491491
link: function(scope, elm, attrs, ctrl) {
492492
// view -> model
493493
elm.on('blur', function() {
494-
ctrl.$setViewValue(elm.html());
494+
ctrl.$setViewValue(elm.html());
495495
});
496496

497497
// model -> view

0 commit comments

Comments
 (0)