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

Commit 48d0ffc

Browse files
koynerNarretz
authored andcommitted
docs(guide/Forms): fix indentation.
Closes #12988
1 parent 3485ba1 commit 48d0ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ In the following example we create two directives:
383383
return {
384384
require: 'ngModel',
385385
link: function(scope, elm, attrs, ctrl) {
386-
var usernames = ['Jim', 'John', 'Jill', 'Jackie'];
386+
var usernames = ['Jim', 'John', 'Jill', 'Jackie'];
387387

388388
ctrl.$asyncValidators.username = function(modelValue, viewValue) {
389389

0 commit comments

Comments
 (0)