From a7214c479c3f6bab71b786a3fc6b2d9ab5f0a669 Mon Sep 17 00:00:00 2001 From: Michael Stramel Date: Fri, 2 Jan 2015 09:55:46 -0600 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 216f467f9..d236143bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -381,7 +381,7 @@ ex. displaying an asterisk on required fields $sope.form = [ { key: "name", - feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.requires && !hasSuccess && !hassError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }" + feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.required && !hasSuccess() && !hasError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }" } ```