From a4958199125270acf8b20177ef553b74c88c30dd Mon Sep 17 00:00:00 2001 From: blackmiaool Date: Sat, 5 May 2018 12:05:37 +0800 Subject: [PATCH] fix typo in readme --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4ed028c63..a68e1afd5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -733,7 +733,7 @@ is ```{ 'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': has ex. displaying an asterisk on required fields ```javascript - $sope.form = [ + $scope.form = [ { key: "name", feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.required && !hasSuccess() && !hasError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"