From 8199f4dbde65b5a0db78fa48327129625363c2a6 Mon Sep 17 00:00:00 2001 From: Maxi Ferreira Date: Sun, 15 Jun 2014 12:35:55 -0300 Subject: [PATCH] docs(guide/forms): improve example When explaining ng-model-options, there's no print of `user.data` to show the difference between the default behaviour and updateOn: 'blur' --- docs/content/guide/forms.ngdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 08ae7958..9af1d8bb 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -213,6 +213,7 @@ only when the control loses focus (blur event).
username = "{{user.name}}"
+
userdata = "{{user.data}}"