From fdf17d729fa7651e88dc5f27c40b8de875a34a55 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 4 Apr 2012 15:56:12 -0700 Subject: fix(docs): remove ngModelInstant from all examples just fixing leftover code after the removal of ngModelInstant --- docs/content/misc/started.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/misc/started.ngdoc') diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index 0559e401..76bff181 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -65,7 +65,7 @@ This example demonstrates angular's two-way data binding: - Your name: + Your name:
Hello {{yourname || 'World'}}!
-- cgit v1.2.3