From 468cd6a6d829874d774bc07eaeb67b1df38c32be Mon Sep 17 00:00:00 2001 From: John Hampton <8835055+jjhampton@users.noreply.github.com> Date: Wed, 6 Dec 2017 17:00:53 -0500 Subject: [PATCH] docs(ng-model-options): remove extra quotes in example Remove unnecessary quotes around attribute directive name in the docs example. This syntax is incorrect. --- src/ng/directive/ngModelOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngModelOptions.js b/src/ng/directive/ngModelOptions.js index 03c7e5945b5c..9fe94beeab0f 100644 --- a/src/ng/directive/ngModelOptions.js +++ b/src/ng/directive/ngModelOptions.js @@ -102,7 +102,7 @@ defaultModelOptions = new ModelOptions({ * * The `ngModelOptions` settings are found by evaluating the value of the attribute directive as * an AngularJS expression. This expression should evaluate to an object, whose properties contain - * the settings. For example: `