Skip to content

Commit db38ab8

Browse files
gkalpaknetman92
authored andcommitted
style(forms): fix indentation in example
1 parent 809f0b9 commit db38ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

Lines changed: 1 addition & 1 deletion
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)