From a47ed5c0f09016a1bf2c2b15df39b8dde3eebd79 Mon Sep 17 00:00:00 2001 From: koyner Date: Thu, 1 Oct 2015 17:39:57 +0200 Subject: [PATCH] docs(guide/Forms): indentation. --- docs/content/guide/forms.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 336f26d7f07d..588f57ac40e7 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -383,7 +383,7 @@ In the following example we create two directives: return { require: 'ngModel', link: function(scope, elm, attrs, ctrl) { - var usernames = ['Jim', 'John', 'Jill', 'Jackie']; + var usernames = ['Jim', 'John', 'Jill', 'Jackie']; ctrl.$asyncValidators.username = function(modelValue, viewValue) {