docs(guide/Forms): fix indentation.

Closes #12988
This commit is contained in:
koyner
2015-10-01 17:39:57 +02:00
committed by Martin Staffa
parent 3485ba1e2b
commit 48d0ffcbc4
+1 -1
View File
@@ -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) {